Shades of Cadet Blue #5C9899
Tints of Cadet Blue #5C9899
RGB
CMYK
RGB Variations
Color information
#5C9899 (or 0x5C9899) is known color: Cadet Blue. HEX triplet: 5C, 98 and 99. RGB value is (92,152,153). Sum of RGB (Red+Green+Blue) = 92+152+153=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C9899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9899 is #A36766. Grayscale: #868686. Windows color (decimal): -10708839 or 10066012. OLE color: 10066012.
HSL color Cylindrical-coordinate representation of color #5C9899: hue angle of 180.98º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C9899 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 152 | 153 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.4 |
| HSL | 180.98º | 0.25% | 0.48% | - |
| HSV(B) | 180.98º | 0.4% | 0.6% | - |
| XYZ | 21.39 | 27.03 | 34.23 | - |
| YUV | 134.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 153 | 0.40 | 0.01 | 0 | 0.4 | 180.98 | 0.25 | 0.48 |
| Hex | 5C | 98 | 99 | 28 | 1 | 0 | 28 | B5 | 19 | 30 |
| Octal | 134 | 230 | 231 | 50 | 1 | 0 | 50 | 265 | 31 | 60 |
| Binary | 1011100 | 10011000 | 10011001 | 101000 | 1 | 0 | 101000 | 10110101 | 11001 | 110000 |
Color Harmonies of #5C9899
Complementary color
Monochromatic Colors of #5C9899
Black with #5C9899
Text Example
Text Example
White with #5C9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9899; }
p { color: rgb(92,152,153); }
H1.HeaderClassName
{
color: #5C9899;
}
.AnyTagClassName
{
color: #5C9899;
}
</style>
background-color css
<style>
a { background-color: #5C9899; }
a { background-color: rgb(92,152,153); }
div.DivClassName
{
background-color: #5C9899;
}
.BgClassName
{
background-color: #5C9899;
}
</style>
border-color css
<style>
span { border-color: #5C9899; }
span { border-color: rgb(92,152,153); }
td.TdClassName
{
border-color: #5C9899;
}
.TagClassName
{
border-color: #5C9899;
}
</style>