#5075AF
A medium, moderate blue closely aligning with Steelblue.
About #5075AF
The precise color #5075AF is an excellent choice for modern design projects. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(80, 117, 175).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 54% C, 33% M, 0% Y, and 31% K. The HSL representation is 216.6° hue, 37.3% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5075AF
RGB80, 117, 175
HSL216.6°, 37.3%, 50.0%
CMYK54%, 33%, 0%, 31%
HSV216.6°, 54.3%, 68.6%
LAB48.9, 4.1, -34.8
XYZ17.4, 17.5, 43.0
Decimal5273007
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.66:1
Text on #FFFFFF
AA
4.50:1
Text on #000000
AA
4.46:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5075AF;
}
.text-color {
color: #5075AF;
}
.border-color {
border: 2px solid #5075AF;
}