Shades of Cadet Blue #5E9899
Tints of Cadet Blue #5E9899
RGB
CMYK
RGB Variations
Color information
#5E9899 (or 0x5E9899) is known color: Cadet Blue. HEX triplet: 5E, 98 and 99. RGB value is (94,152,153). Sum of RGB (Red+Green+Blue) = 94+152+153=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E9899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9899 is #A16766. Grayscale: #868686. Windows color (decimal): -10577767 or 10066014. OLE color: 10066014.
HSL color Cylindrical-coordinate representation of color #5E9899: hue angle of 181.02º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9899 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 152 | 153 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.4 |
| HSL | 181.02º | 0.24% | 0.48% | - |
| HSV(B) | 181.02º | 0.39% | 0.6% | - |
| XYZ | 21.59 | 27.14 | 34.24 | - |
| YUV | 134.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 153 | 0.39 | 0.01 | 0 | 0.4 | 181.02 | 0.24 | 0.48 |
| Hex | 5E | 98 | 99 | 27 | 1 | 0 | 28 | B5 | 18 | 30 |
| Octal | 136 | 230 | 231 | 47 | 1 | 0 | 50 | 265 | 30 | 60 |
| Binary | 1011110 | 10011000 | 10011001 | 100111 | 1 | 0 | 101000 | 10110101 | 11000 | 110000 |
Color Harmonies of #5E9899
Complementary color
Monochromatic Colors of #5E9899
Black with #5E9899
Text Example
Text Example
White with #5E9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9899; }
p { color: rgb(94,152,153); }
H1.HeaderClassName
{
color: #5E9899;
}
.AnyTagClassName
{
color: #5E9899;
}
</style>
background-color css
<style>
a { background-color: #5E9899; }
a { background-color: rgb(94,152,153); }
div.DivClassName
{
background-color: #5E9899;
}
.BgClassName
{
background-color: #5E9899;
}
</style>
border-color css
<style>
span { border-color: #5E9899; }
span { border-color: rgb(94,152,153); }
td.TdClassName
{
border-color: #5E9899;
}
.TagClassName
{
border-color: #5E9899;
}
</style>