#5099B6
A medium, moderate blue closely aligning with Cadetblue.
About #5099B6
Visually, #5099B6 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Cadetblue. In the RGB color space, it consists of 80 red, 153 green, and 182 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 56% cyan, 16% magenta, 0% yellow, and 29% black. The HSL representation is 197.1° hue, 41.1% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5099B6
RGB80, 153, 182
HSL197.1°, 41.1%, 51.4%
CMYK56%, 16%, 0%, 29%
HSV197.1°, 56.0%, 71.4%
LAB59.8, -14.4, -22.0
XYZ23.1, 27.9, 48.4
Decimal5282230
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.57:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5099B6;
}
.text-color {
color: #5099B6;
}
.border-color {
border: 2px solid #5099B6;
}