Shades of Cadet Blue #5E999B
Tints of Cadet Blue #5E999B
RGB
CMYK
RGB Variations
Color information
#5E999B (or 0x5E999B) is known color: Cadet Blue. HEX triplet: 5E, 99 and 9B. RGB value is (94,153,155). Sum of RGB (Red+Green+Blue) = 94+153+155=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E999B is #A16664. Grayscale: #878787. Windows color (decimal): -10577509 or 10197342. OLE color: 10197342.
HSL color Cylindrical-coordinate representation of color #5E999B: hue angle of 181.97º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E999B is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 153 | 155 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.39 |
| HSL | 181.97º | 0.24% | 0.49% | - |
| HSV(B) | 181.97º | 0.39% | 0.61% | - |
| XYZ | 21.92 | 27.53 | 35.17 | - |
| YUV | 135.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 155 | 0.39 | 0.01 | 0 | 0.39 | 181.97 | 0.24 | 0.49 |
| Hex | 5E | 99 | 9B | 27 | 1 | 0 | 27 | B6 | 18 | 31 |
| Octal | 136 | 231 | 233 | 47 | 1 | 0 | 47 | 266 | 30 | 61 |
| Binary | 1011110 | 10011001 | 10011011 | 100111 | 1 | 0 | 100111 | 10110110 | 11000 | 110001 |
Color Harmonies of #5E999B
Complementary color
Monochromatic Colors of #5E999B
Black with #5E999B
Text Example
Text Example
White with #5E999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E999B; }
p { color: rgb(94,153,155); }
H1.HeaderClassName
{
color: #5E999B;
}
.AnyTagClassName
{
color: #5E999B;
}
</style>
background-color css
<style>
a { background-color: #5E999B; }
a { background-color: rgb(94,153,155); }
div.DivClassName
{
background-color: #5E999B;
}
.BgClassName
{
background-color: #5E999B;
}
</style>
border-color css
<style>
span { border-color: #5E999B; }
span { border-color: rgb(94,153,155); }
td.TdClassName
{
border-color: #5E999B;
}
.TagClassName
{
border-color: #5E999B;
}
</style>