Shades of Cadet Blue #5B9899
Tints of Cadet Blue #5B9899
RGB
CMYK
RGB Variations
Color information
#5B9899 (or 0x5B9899) is known color: Cadet Blue. HEX triplet: 5B, 98 and 99. RGB value is (91,152,153). Sum of RGB (Red+Green+Blue) = 91+152+153=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B9899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9899 is #A46766. Grayscale: #858585. Windows color (decimal): -10774375 or 10066011. OLE color: 10066011.
HSL color Cylindrical-coordinate representation of color #5B9899: hue angle of 180.97º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9899 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 152 | 153 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.4 |
| HSL | 180.97º | 0.25% | 0.48% | - |
| HSV(B) | 180.97º | 0.41% | 0.6% | - |
| XYZ | 21.29 | 26.98 | 34.22 | - |
| YUV | 133.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 153 | 0.41 | 0.01 | 0 | 0.4 | 180.97 | 0.25 | 0.48 |
| Hex | 5B | 98 | 99 | 29 | 1 | 0 | 28 | B5 | 19 | 30 |
| Octal | 133 | 230 | 231 | 51 | 1 | 0 | 50 | 265 | 31 | 60 |
| Binary | 1011011 | 10011000 | 10011001 | 101001 | 1 | 0 | 101000 | 10110101 | 11001 | 110000 |
Color Harmonies of #5B9899
Complementary color
Monochromatic Colors of #5B9899
Black with #5B9899
Text Example
Text Example
White with #5B9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9899; }
p { color: rgb(91,152,153); }
H1.HeaderClassName
{
color: #5B9899;
}
.AnyTagClassName
{
color: #5B9899;
}
</style>
background-color css
<style>
a { background-color: #5B9899; }
a { background-color: rgb(91,152,153); }
div.DivClassName
{
background-color: #5B9899;
}
.BgClassName
{
background-color: #5B9899;
}
</style>
border-color css
<style>
span { border-color: #5B9899; }
span { border-color: rgb(91,152,153); }
td.TdClassName
{
border-color: #5B9899;
}
.TagClassName
{
border-color: #5B9899;
}
</style>