Shades of Cadet Blue #59979E
Tints of Cadet Blue #59979E
RGB
CMYK
RGB Variations
Color information
#59979E (or 0x59979E) is known color: Cadet Blue. HEX triplet: 59, 97 and 9E. RGB value is (89,151,158). Sum of RGB (Red+Green+Blue) = 89+151+158=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 151 (59.38% from 255 or 37.94% 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 #59979E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59979E is #A66861. Grayscale: #858585. Windows color (decimal): -10905698 or 10393433. OLE color: 10393433.
HSL color Cylindrical-coordinate representation of color #59979E: hue angle of 186.09º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59979E is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 151 | 158 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.38 |
| HSL | 186.09º | 0.28% | 0.48% | - |
| HSV(B) | 186.09º | 0.44% | 0.62% | - |
| XYZ | 21.36 | 26.73 | 36.38 | - |
| YUV | 133.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 158 | 0.44 | 0.04 | 0 | 0.38 | 186.09 | 0.28 | 0.48 |
| Hex | 59 | 97 | 9E | 2C | 4 | 0 | 26 | BA | 1C | 30 |
| Octal | 131 | 227 | 236 | 54 | 4 | 0 | 46 | 272 | 34 | 60 |
| Binary | 1011001 | 10010111 | 10011110 | 101100 | 100 | 0 | 100110 | 10111010 | 11100 | 110000 |
Color Harmonies of #59979E
Complementary color
Monochromatic Colors of #59979E
Black with #59979E
Text Example
Text Example
White with #59979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59979E; }
p { color: rgb(89,151,158); }
H1.HeaderClassName
{
color: #59979E;
}
.AnyTagClassName
{
color: #59979E;
}
</style>
background-color css
<style>
a { background-color: #59979E; }
a { background-color: rgb(89,151,158); }
div.DivClassName
{
background-color: #59979E;
}
.BgClassName
{
background-color: #59979E;
}
</style>
border-color css
<style>
span { border-color: #59979E; }
span { border-color: rgb(89,151,158); }
td.TdClassName
{
border-color: #59979E;
}
.TagClassName
{
border-color: #59979E;
}
</style>