#5F75B6
A medium, moderate blue closely aligning with Steelblue.
About #5F75B6
When working with digital screens, the color #5F75B6 is rendered by mixing light. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 117, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 48% Cyan, 36% Magenta, 0% Yellow, and 29% Black. With a hue angle of 224.8 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F75B6
RGB95, 117, 182
HSL224.8°, 37.3%, 54.3%
CMYK48%, 36%, 0%, 29%
HSV224.8°, 47.8%, 71.4%
LAB50.1, 9.9, -36.9
XYZ19.5, 18.5, 46.8
Decimal6256054
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F75B6;
}
.text-color {
color: #5F75B6;
}
.border-color {
border: 2px solid #5F75B6;
}