Shades of Cadet Blue #5B949E
Tints of Cadet Blue #5B949E
RGB
CMYK
RGB Variations
Color information
#5B949E (or 0x5B949E) is known color: Cadet Blue. HEX triplet: 5B, 94 and 9E. RGB value is (91,148,158). Sum of RGB (Red+Green+Blue) = 91+148+158=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B949E is #A46B61. Grayscale: #848484. Windows color (decimal): -10775394 or 10392667. OLE color: 10392667.
HSL color Cylindrical-coordinate representation of color #5B949E: hue angle of 188.96º 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 #5B949E is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 148 | 158 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.38 |
| HSL | 188.96º | 0.27% | 0.49% | - |
| HSV(B) | 188.96º | 0.42% | 0.62% | - |
| XYZ | 21.08 | 25.87 | 36.23 | - |
| YUV | 132.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 158 | 0.42 | 0.06 | 0 | 0.38 | 188.96 | 0.27 | 0.49 |
| Hex | 5B | 94 | 9E | 2A | 6 | 0 | 26 | BD | 1B | 31 |
| Octal | 133 | 224 | 236 | 52 | 6 | 0 | 46 | 275 | 33 | 61 |
| Binary | 1011011 | 10010100 | 10011110 | 101010 | 110 | 0 | 100110 | 10111101 | 11011 | 110001 |
Color Harmonies of #5B949E
Complementary color
Monochromatic Colors of #5B949E
Black with #5B949E
Text Example
Text Example
White with #5B949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B949E; }
p { color: rgb(91,148,158); }
H1.HeaderClassName
{
color: #5B949E;
}
.AnyTagClassName
{
color: #5B949E;
}
</style>
background-color css
<style>
a { background-color: #5B949E; }
a { background-color: rgb(91,148,158); }
div.DivClassName
{
background-color: #5B949E;
}
.BgClassName
{
background-color: #5B949E;
}
</style>
border-color css
<style>
span { border-color: #5B949E; }
span { border-color: rgb(91,148,158); }
td.TdClassName
{
border-color: #5B949E;
}
.TagClassName
{
border-color: #5B949E;
}
</style>