#165766
A dark, moderate cyan closely aligning with Darkslategray.
About #165766
At its core, #165766 is a dark and moderate hue. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(22, 87, 102).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 78% cyan and 15% magenta inks. With a hue angle of 191.2 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#165766
RGB22, 87, 102
HSL191.2°, 64.5%, 24.3%
CMYK78%, 15%, 0%, 60%
HSV191.2°, 78.4%, 40.0%
LAB33.9, -14.4, -14.4
XYZ6.1, 7.9, 13.8
Decimal1464166
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.11:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.75:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165766;
}
.text-color {
color: #165766;
}
.border-color {
border: 2px solid #165766;
}