Shades of Cadet Blue #59959F
Tints of Cadet Blue #59959F
RGB
CMYK
RGB Variations
Color information
#59959F (or 0x59959F) is known color: Cadet Blue. HEX triplet: 59, 95 and 9F. RGB value is (89,149,159). Sum of RGB (Red+Green+Blue) = 89+149+159=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #59959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59959F is #A66A60. Grayscale: #848484. Windows color (decimal): -10906209 or 10458457. OLE color: 10458457.
HSL color Cylindrical-coordinate representation of color #59959F: hue angle of 188.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59959F is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 149 | 159 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.38 |
| HSL | 188.57º | 0.28% | 0.49% | - |
| HSV(B) | 188.57º | 0.44% | 0.62% | - |
| XYZ | 21.13 | 26.12 | 36.73 | - |
| YUV | 132.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 159 | 0.44 | 0.06 | 0 | 0.38 | 188.57 | 0.28 | 0.49 |
| Hex | 59 | 95 | 9F | 2C | 6 | 0 | 26 | BD | 1C | 31 |
| Octal | 131 | 225 | 237 | 54 | 6 | 0 | 46 | 275 | 34 | 61 |
| Binary | 1011001 | 10010101 | 10011111 | 101100 | 110 | 0 | 100110 | 10111101 | 11100 | 110001 |
Color Harmonies of #59959F
Complementary color
Monochromatic Colors of #59959F
Black with #59959F
Text Example
Text Example
White with #59959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59959F; }
p { color: rgb(89,149,159); }
H1.HeaderClassName
{
color: #59959F;
}
.AnyTagClassName
{
color: #59959F;
}
</style>
background-color css
<style>
a { background-color: #59959F; }
a { background-color: rgb(89,149,159); }
div.DivClassName
{
background-color: #59959F;
}
.BgClassName
{
background-color: #59959F;
}
</style>
border-color css
<style>
span { border-color: #59959F; }
span { border-color: rgb(89,149,159); }
td.TdClassName
{
border-color: #59959F;
}
.TagClassName
{
border-color: #59959F;
}
</style>