Shades of Cadet Blue #57999F
Tints of Cadet Blue #57999F
RGB
CMYK
RGB Variations
Color information
#57999F (or 0x57999F) is known color: Cadet Blue. HEX triplet: 57, 99 and 9F. RGB value is (87,153,159). Sum of RGB (Red+Green+Blue) = 87+153+159=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #57999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57999F is #A86660. Grayscale: #858585. Windows color (decimal): -11036257 or 10459479. OLE color: 10459479.
HSL color Cylindrical-coordinate representation of color #57999F: hue angle of 185º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57999F is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 153 | 159 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.38 |
| HSL | 185º | 0.29% | 0.48% | - |
| HSV(B) | 185º | 0.45% | 0.62% | - |
| XYZ | 21.58 | 27.31 | 36.94 | - |
| YUV | 133.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 159 | 0.45 | 0.04 | 0 | 0.38 | 185 | 0.29 | 0.48 |
| Hex | 57 | 99 | 9F | 2D | 4 | 0 | 26 | B9 | 1D | 30 |
| Octal | 127 | 231 | 237 | 55 | 4 | 0 | 46 | 271 | 35 | 60 |
| Binary | 1010111 | 10011001 | 10011111 | 101101 | 100 | 0 | 100110 | 10111001 | 11101 | 110000 |
Color Harmonies of #57999F
Complementary color
Monochromatic Colors of #57999F
Black with #57999F
Text Example
Text Example
White with #57999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57999F; }
p { color: rgb(87,153,159); }
H1.HeaderClassName
{
color: #57999F;
}
.AnyTagClassName
{
color: #57999F;
}
</style>
background-color css
<style>
a { background-color: #57999F; }
a { background-color: rgb(87,153,159); }
div.DivClassName
{
background-color: #57999F;
}
.BgClassName
{
background-color: #57999F;
}
</style>
border-color css
<style>
span { border-color: #57999F; }
span { border-color: rgb(87,153,159); }
td.TdClassName
{
border-color: #57999F;
}
.TagClassName
{
border-color: #57999F;
}
</style>