Shades of Cadet Blue #5E9DAB
Tints of Cadet Blue #5E9DAB
RGB
CMYK
RGB Variations
Color information
#5E9DAB (or 0x5E9DAB) is known color: Cadet Blue. HEX triplet: 5E, 9D and AB. RGB value is (94,157,171). Sum of RGB (Red+Green+Blue) = 94+157+171=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E9DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9DAB is #A16254. Grayscale: #8B8B8B. Windows color (decimal): -10576469 or 11246942. OLE color: 11246942.
HSL color Cylindrical-coordinate representation of color #5E9DAB: hue angle of 190.91º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E9DAB is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 157 | 171 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.33 |
| HSL | 190.91º | 0.31% | 0.52% | - |
| HSV(B) | 190.91º | 0.45% | 0.67% | - |
| XYZ | 24.02 | 29.43 | 42.94 | - |
| YUV | 139.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 171 | 0.45 | 0.08 | 0 | 0.33 | 190.91 | 0.31 | 0.52 |
| Hex | 5E | 9D | AB | 2D | 8 | 0 | 21 | BF | 1F | 34 |
| Octal | 136 | 235 | 253 | 55 | 10 | 0 | 41 | 277 | 37 | 64 |
| Binary | 1011110 | 10011101 | 10101011 | 101101 | 1000 | 0 | 100001 | 10111111 | 11111 | 110100 |
Color Harmonies of #5E9DAB
Complementary color
Monochromatic Colors of #5E9DAB
Black with #5E9DAB
Text Example
Text Example
White with #5E9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9DAB; }
p { color: rgb(94,157,171); }
H1.HeaderClassName
{
color: #5E9DAB;
}
.AnyTagClassName
{
color: #5E9DAB;
}
</style>
background-color css
<style>
a { background-color: #5E9DAB; }
a { background-color: rgb(94,157,171); }
div.DivClassName
{
background-color: #5E9DAB;
}
.BgClassName
{
background-color: #5E9DAB;
}
</style>
border-color css
<style>
span { border-color: #5E9DAB; }
span { border-color: rgb(94,157,171); }
td.TdClassName
{
border-color: #5E9DAB;
}
.TagClassName
{
border-color: #5E9DAB;
}
</style>