#5374AF
A medium, moderate blue closely aligning with Steelblue.
About #5374AF
When working with digital screens, the color #5374AF is rendered by mixing light. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(83, 116, 175).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 53% Cyan, 34% Magenta, 0% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5374AF
RGB83, 116, 175
HSL218.5°, 36.5%, 50.6%
CMYK53%, 34%, 0%, 31%
HSV218.5°, 52.6%, 68.6%
LAB48.8, 5.5, -35.0
XYZ17.6, 17.4, 43.0
Decimal5469359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.48:1
Text on #000000
AA Large
4.48:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5374AF;
}
.text-color {
color: #5374AF;
}
.border-color {
border: 2px solid #5374AF;
}