Shades of Cadet Blue #5E9799
Tints of Cadet Blue #5E9799
RGB
CMYK
RGB Variations
Color information
#5E9799 (or 0x5E9799) is known color: Cadet Blue. HEX triplet: 5E, 97 and 99. RGB value is (94,151,153). Sum of RGB (Red+Green+Blue) = 94+151+153=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E9799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9799 is #A16866. Grayscale: #868686. Windows color (decimal): -10578023 or 10065758. OLE color: 10065758.
HSL color Cylindrical-coordinate representation of color #5E9799: hue angle of 182.03º 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 #5E9799 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 151 | 153 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.4 |
| HSL | 182.03º | 0.24% | 0.48% | - |
| HSV(B) | 182.03º | 0.39% | 0.6% | - |
| XYZ | 21.43 | 26.81 | 34.18 | - |
| YUV | 134.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 153 | 0.39 | 0.01 | 0 | 0.4 | 182.03 | 0.24 | 0.48 |
| Hex | 5E | 97 | 99 | 27 | 1 | 0 | 28 | B6 | 18 | 30 |
| Octal | 136 | 227 | 231 | 47 | 1 | 0 | 50 | 266 | 30 | 60 |
| Binary | 1011110 | 10010111 | 10011001 | 100111 | 1 | 0 | 101000 | 10110110 | 11000 | 110000 |
Color Harmonies of #5E9799
Complementary color
Monochromatic Colors of #5E9799
Black with #5E9799
Text Example
Text Example
White with #5E9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9799; }
p { color: rgb(94,151,153); }
H1.HeaderClassName
{
color: #5E9799;
}
.AnyTagClassName
{
color: #5E9799;
}
</style>
background-color css
<style>
a { background-color: #5E9799; }
a { background-color: rgb(94,151,153); }
div.DivClassName
{
background-color: #5E9799;
}
.BgClassName
{
background-color: #5E9799;
}
</style>
border-color css
<style>
span { border-color: #5E9799; }
span { border-color: rgb(94,151,153); }
td.TdClassName
{
border-color: #5E9799;
}
.TagClassName
{
border-color: #5E9799;
}
</style>