Shades of Cadet Blue #5B959E
Tints of Cadet Blue #5B959E
RGB
CMYK
RGB Variations
Color information
#5B959E (or 0x5B959E) is known color: Cadet Blue. HEX triplet: 5B, 95 and 9E. RGB value is (91,149,158). Sum of RGB (Red+Green+Blue) = 91+149+158=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B959E is #A46A61. Grayscale: #848484. Windows color (decimal): -10775138 or 10392923. OLE color: 10392923.
HSL color Cylindrical-coordinate representation of color #5B959E: hue angle of 188.06º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B959E is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 149 | 158 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.38 |
| HSL | 188.06º | 0.27% | 0.49% | - |
| HSV(B) | 188.06º | 0.42% | 0.62% | - |
| XYZ | 21.23 | 26.19 | 36.28 | - |
| YUV | 132.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 158 | 0.42 | 0.06 | 0 | 0.38 | 188.06 | 0.27 | 0.49 |
| Hex | 5B | 95 | 9E | 2A | 6 | 0 | 26 | BC | 1B | 31 |
| Octal | 133 | 225 | 236 | 52 | 6 | 0 | 46 | 274 | 33 | 61 |
| Binary | 1011011 | 10010101 | 10011110 | 101010 | 110 | 0 | 100110 | 10111100 | 11011 | 110001 |
Color Harmonies of #5B959E
Complementary color
Monochromatic Colors of #5B959E
Black with #5B959E
Text Example
Text Example
White with #5B959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B959E; }
p { color: rgb(91,149,158); }
H1.HeaderClassName
{
color: #5B959E;
}
.AnyTagClassName
{
color: #5B959E;
}
</style>
background-color css
<style>
a { background-color: #5B959E; }
a { background-color: rgb(91,149,158); }
div.DivClassName
{
background-color: #5B959E;
}
.BgClassName
{
background-color: #5B959E;
}
</style>
border-color css
<style>
span { border-color: #5B959E; }
span { border-color: rgb(91,149,158); }
td.TdClassName
{
border-color: #5B959E;
}
.TagClassName
{
border-color: #5B959E;
}
</style>