Shades of Cadet Blue #57999E
Tints of Cadet Blue #57999E
RGB
CMYK
RGB Variations
Color information
#57999E (or 0x57999E) is known color: Cadet Blue. HEX triplet: 57, 99 and 9E. RGB value is (87,153,158). Sum of RGB (Red+Green+Blue) = 87+153+158=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #57999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57999E is #A86661. Grayscale: #858585. Windows color (decimal): -11036258 or 10393943. OLE color: 10393943.
HSL color Cylindrical-coordinate representation of color #57999E: hue angle of 184.23º 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 #57999E is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 153 | 158 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.38 |
| HSL | 184.23º | 0.29% | 0.48% | - |
| HSV(B) | 184.23º | 0.45% | 0.62% | - |
| XYZ | 21.49 | 27.28 | 36.48 | - |
| YUV | 133.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 158 | 0.45 | 0.03 | 0 | 0.38 | 184.23 | 0.29 | 0.48 |
| Hex | 57 | 99 | 9E | 2D | 3 | 0 | 26 | B8 | 1D | 30 |
| Octal | 127 | 231 | 236 | 55 | 3 | 0 | 46 | 270 | 35 | 60 |
| Binary | 1010111 | 10011001 | 10011110 | 101101 | 11 | 0 | 100110 | 10111000 | 11101 | 110000 |
Color Harmonies of #57999E
Complementary color
Monochromatic Colors of #57999E
Black with #57999E
Text Example
Text Example
White with #57999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57999E; }
p { color: rgb(87,153,158); }
H1.HeaderClassName
{
color: #57999E;
}
.AnyTagClassName
{
color: #57999E;
}
</style>
background-color css
<style>
a { background-color: #57999E; }
a { background-color: rgb(87,153,158); }
div.DivClassName
{
background-color: #57999E;
}
.BgClassName
{
background-color: #57999E;
}
</style>
border-color css
<style>
span { border-color: #57999E; }
span { border-color: rgb(87,153,158); }
td.TdClassName
{
border-color: #57999E;
}
.TagClassName
{
border-color: #57999E;
}
</style>