Shades of Horizon #59889C
Tints of Horizon #59889C
RGB
CMYK
RGB Variations
Color information
#59889C (or 0x59889C) is known color: Horizon. HEX triplet: 59, 88 and 9C. RGB value is (89,136,156). Sum of RGB (Red+Green+Blue) = 89+136+156=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #59889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59889C is #A67763. Grayscale: #7C7C7C. Windows color (decimal): -10909540 or 10258521. OLE color: 10258521.
HSL color Cylindrical-coordinate representation of color #59889C: hue angle of 197.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59889C is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 136 | 156 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.39 |
| HSL | 197.91º | 0.27% | 0.48% | - |
| HSV(B) | 197.91º | 0.43% | 0.61% | - |
| XYZ | 18.92 | 22.13 | 34.73 | - |
| YUV | 124.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 156 | 0.43 | 0.13 | 0 | 0.39 | 197.91 | 0.27 | 0.48 |
| Hex | 59 | 88 | 9C | 2B | D | 0 | 27 | C6 | 1B | 30 |
| Octal | 131 | 210 | 234 | 53 | 15 | 0 | 47 | 306 | 33 | 60 |
| Binary | 1011001 | 10001000 | 10011100 | 101011 | 1101 | 0 | 100111 | 11000110 | 11011 | 110000 |
Color Harmonies of #59889C
Complementary color
Monochromatic Colors of #59889C
Black with #59889C
Text Example
Text Example
White with #59889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59889C; }
p { color: rgb(89,136,156); }
H1.HeaderClassName
{
color: #59889C;
}
.AnyTagClassName
{
color: #59889C;
}
</style>
background-color css
<style>
a { background-color: #59889C; }
a { background-color: rgb(89,136,156); }
div.DivClassName
{
background-color: #59889C;
}
.BgClassName
{
background-color: #59889C;
}
</style>
border-color css
<style>
span { border-color: #59889C; }
span { border-color: rgb(89,136,156); }
td.TdClassName
{
border-color: #59889C;
}
.TagClassName
{
border-color: #59889C;
}
</style>