Shades of Cadet Blue #5E9CAB
Tints of Cadet Blue #5E9CAB
RGB
CMYK
RGB Variations
Color information
#5E9CAB (or 0x5E9CAB) is known color: Cadet Blue. HEX triplet: 5E, 9C and AB. RGB value is (94,156,171). Sum of RGB (Red+Green+Blue) = 94+156+171=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E9CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9CAB is #A16354. Grayscale: #8B8B8B. Windows color (decimal): -10576725 or 11246686. OLE color: 11246686.
HSL color Cylindrical-coordinate representation of color #5E9CAB: hue angle of 191.69º 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 #5E9CAB is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 156 | 171 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.33 |
| HSL | 191.69º | 0.31% | 0.52% | - |
| HSV(B) | 191.69º | 0.45% | 0.67% | - |
| XYZ | 23.86 | 29.1 | 42.89 | - |
| YUV | 139.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 171 | 0.45 | 0.09 | 0 | 0.33 | 191.69 | 0.31 | 0.52 |
| Hex | 5E | 9C | AB | 2D | 9 | 0 | 21 | C0 | 1F | 34 |
| Octal | 136 | 234 | 253 | 55 | 11 | 0 | 41 | 300 | 37 | 64 |
| Binary | 1011110 | 10011100 | 10101011 | 101101 | 1001 | 0 | 100001 | 11000000 | 11111 | 110100 |
Color Harmonies of #5E9CAB
Complementary color
Monochromatic Colors of #5E9CAB
Black with #5E9CAB
Text Example
Text Example
White with #5E9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9CAB; }
p { color: rgb(94,156,171); }
H1.HeaderClassName
{
color: #5E9CAB;
}
.AnyTagClassName
{
color: #5E9CAB;
}
</style>
background-color css
<style>
a { background-color: #5E9CAB; }
a { background-color: rgb(94,156,171); }
div.DivClassName
{
background-color: #5E9CAB;
}
.BgClassName
{
background-color: #5E9CAB;
}
</style>
border-color css
<style>
span { border-color: #5E9CAB; }
span { border-color: rgb(94,156,171); }
td.TdClassName
{
border-color: #5E9CAB;
}
.TagClassName
{
border-color: #5E9CAB;
}
</style>