Shades of Horizon #59849A
Tints of Horizon #59849A
RGB
CMYK
RGB Variations
Color information
#59849A (or 0x59849A) is known color: Horizon. HEX triplet: 59, 84 and 9A. RGB value is (89,132,154). Sum of RGB (Red+Green+Blue) = 89+132+154=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #59849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59849A is #A67B65. Grayscale: #797979. Windows color (decimal): -10910566 or 10126425. OLE color: 10126425.
HSL color Cylindrical-coordinate representation of color #59849A: hue angle of 200.31º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59849A is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 132 | 154 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.40 |
| HSL | 200.31º | 0.27% | 0.48% | - |
| HSV(B) | 200.31º | 0.42% | 0.6% | - |
| XYZ | 18.2 | 20.96 | 33.66 | - |
| YUV | 121.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 154 | 0.42 | 0.14 | 0 | 0.40 | 200.31 | 0.27 | 0.48 |
| Hex | 59 | 84 | 9A | 2A | E | 0 | 28 | C8 | 1B | 30 |
| Octal | 131 | 204 | 232 | 52 | 16 | 0 | 50 | 310 | 33 | 60 |
| Binary | 1011001 | 10000100 | 10011010 | 101010 | 1110 | 0 | 101000 | 11001000 | 11011 | 110000 |
Color Harmonies of #59849A
Complementary color
Monochromatic Colors of #59849A
Black with #59849A
Text Example
Text Example
White with #59849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59849A; }
p { color: rgb(89,132,154); }
H1.HeaderClassName
{
color: #59849A;
}
.AnyTagClassName
{
color: #59849A;
}
</style>
background-color css
<style>
a { background-color: #59849A; }
a { background-color: rgb(89,132,154); }
div.DivClassName
{
background-color: #59849A;
}
.BgClassName
{
background-color: #59849A;
}
</style>
border-color css
<style>
span { border-color: #59849A; }
span { border-color: rgb(89,132,154); }
td.TdClassName
{
border-color: #59849A;
}
.TagClassName
{
border-color: #59849A;
}
</style>