Shades of Cadet Blue #5E9897
Tints of Cadet Blue #5E9897
RGB
CMYK
RGB Variations
Color information
#5E9897 (or 0x5E9897) is known color: Cadet Blue. HEX triplet: 5E, 98 and 97. RGB value is (94,152,151). Sum of RGB (Red+Green+Blue) = 94+152+151=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9897 is #A16768. Grayscale: #868686. Windows color (decimal): -10577769 or 9934942. OLE color: 9934942.
HSL color Cylindrical-coordinate representation of color #5E9897: hue angle of 178.97º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9897 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 151 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.40 |
| HSL | 178.97º | 0.24% | 0.48% | - |
| HSV(B) | 178.97º | 0.38% | 0.6% | - |
| XYZ | 21.43 | 27.07 | 33.37 | - |
| YUV | 134.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 151 | 0.38 | 0 | 0.01 | 0.40 | 178.97 | 0.24 | 0.48 |
| Hex | 5E | 98 | 97 | 26 | 0 | 1 | 28 | B3 | 18 | 30 |
| Octal | 136 | 230 | 227 | 46 | 0 | 1 | 50 | 263 | 30 | 60 |
| Binary | 1011110 | 10011000 | 10010111 | 100110 | 0 | 1 | 101000 | 10110011 | 11000 | 110000 |
Color Harmonies of #5E9897
Complementary color
Monochromatic Colors of #5E9897
Black with #5E9897
Text Example
Text Example
White with #5E9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9897; }
p { color: rgb(94,152,151); }
H1.HeaderClassName
{
color: #5E9897;
}
.AnyTagClassName
{
color: #5E9897;
}
</style>
background-color css
<style>
a { background-color: #5E9897; }
a { background-color: rgb(94,152,151); }
div.DivClassName
{
background-color: #5E9897;
}
.BgClassName
{
background-color: #5E9897;
}
</style>
border-color css
<style>
span { border-color: #5E9897; }
span { border-color: rgb(94,152,151); }
td.TdClassName
{
border-color: #5E9897;
}
.TagClassName
{
border-color: #5E9897;
}
</style>