Shades of Cadet Blue #5E959B
Tints of Cadet Blue #5E959B
RGB
CMYK
RGB Variations
Color information
#5E959B (or 0x5E959B) is known color: Cadet Blue. HEX triplet: 5E, 95 and 9B. RGB value is (94,149,155). Sum of RGB (Red+Green+Blue) = 94+149+155=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E959B is #A16A64. Grayscale: #858585. Windows color (decimal): -10578533 or 10196318. OLE color: 10196318.
HSL color Cylindrical-coordinate representation of color #5E959B: hue angle of 185.9º 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 #5E959B is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 149 | 155 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.39 |
| HSL | 185.9º | 0.24% | 0.49% | - |
| HSV(B) | 185.9º | 0.39% | 0.61% | - |
| XYZ | 21.28 | 26.24 | 34.95 | - |
| YUV | 133.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 155 | 0.39 | 0.04 | 0 | 0.39 | 185.9 | 0.24 | 0.49 |
| Hex | 5E | 95 | 9B | 27 | 4 | 0 | 27 | BA | 18 | 31 |
| Octal | 136 | 225 | 233 | 47 | 4 | 0 | 47 | 272 | 30 | 61 |
| Binary | 1011110 | 10010101 | 10011011 | 100111 | 100 | 0 | 100111 | 10111010 | 11000 | 110001 |
Color Harmonies of #5E959B
Complementary color
Monochromatic Colors of #5E959B
Black with #5E959B
Text Example
Text Example
White with #5E959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E959B; }
p { color: rgb(94,149,155); }
H1.HeaderClassName
{
color: #5E959B;
}
.AnyTagClassName
{
color: #5E959B;
}
</style>
background-color css
<style>
a { background-color: #5E959B; }
a { background-color: rgb(94,149,155); }
div.DivClassName
{
background-color: #5E959B;
}
.BgClassName
{
background-color: #5E959B;
}
</style>
border-color css
<style>
span { border-color: #5E959B; }
span { border-color: rgb(94,149,155); }
td.TdClassName
{
border-color: #5E959B;
}
.TagClassName
{
border-color: #5E959B;
}
</style>