Shades of Cadet Blue #5B9E95
Tints of Cadet Blue #5B9E95
RGB
CMYK
RGB Variations
Color information
#5B9E95 (or 0x5B9E95) is known color: Cadet Blue. HEX triplet: 5B, 9E and 95. RGB value is (91,158,149). Sum of RGB (Red+Green+Blue) = 91+158+149=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9E95 is #A4616A. Grayscale: #888888. Windows color (decimal): -10772843 or 9805403. OLE color: 9805403.
HSL color Cylindrical-coordinate representation of color #5B9E95: hue angle of 171.94º 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 #5B9E95 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 158 | 149 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.38 |
| HSL | 171.94º | 0.27% | 0.49% | - |
| HSV(B) | 171.94º | 0.42% | 0.62% | - |
| XYZ | 21.97 | 28.85 | 32.84 | - |
| YUV | 136.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 149 | 0.42 | 0 | 0.06 | 0.38 | 171.94 | 0.27 | 0.49 |
| Hex | 5B | 9E | 95 | 2A | 0 | 6 | 26 | AC | 1B | 31 |
| Octal | 133 | 236 | 225 | 52 | 0 | 6 | 46 | 254 | 33 | 61 |
| Binary | 1011011 | 10011110 | 10010101 | 101010 | 0 | 110 | 100110 | 10101100 | 11011 | 110001 |
Color Harmonies of #5B9E95
Complementary color
Monochromatic Colors of #5B9E95
Black with #5B9E95
Text Example
Text Example
White with #5B9E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9E95; }
p { color: rgb(91,158,149); }
H1.HeaderClassName
{
color: #5B9E95;
}
.AnyTagClassName
{
color: #5B9E95;
}
</style>
background-color css
<style>
a { background-color: #5B9E95; }
a { background-color: rgb(91,158,149); }
div.DivClassName
{
background-color: #5B9E95;
}
.BgClassName
{
background-color: #5B9E95;
}
</style>
border-color css
<style>
span { border-color: #5B9E95; }
span { border-color: rgb(91,158,149); }
td.TdClassName
{
border-color: #5B9E95;
}
.TagClassName
{
border-color: #5B9E95;
}
</style>