#5775AF
A medium, moderate blue closely aligning with Steelblue.
About #5775AF
Visually, #5775AF is defined as a moderate blue. It is closely associated with the named CSS color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 117, and 175.
Translating this color to physical media requires the CMYK color model. The color uses 50% Cyan, 33% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5775AF
RGB87, 117, 175
HSL219.5°, 35.5%, 51.4%
CMYK50%, 33%, 0%, 31%
HSV219.5°, 50.3%, 68.6%
LAB49.3, 5.8, -34.2
XYZ18.0, 17.8, 43.1
Decimal5731759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.60:1
Text on #FFFFFF
AA
4.57:1
Text on #000000
AA
4.39:1
Text on #F8FAFC
AA Large
3.88:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5775AF;
}
.text-color {
color: #5775AF;
}
.border-color {
border: 2px solid #5775AF;
}