Shades of Horizon #59899A
Tints of Horizon #59899A
RGB
CMYK
RGB Variations
Color information
#59899A (or 0x59899A) is known color: Horizon. HEX triplet: 59, 89 and 9A. RGB value is (89,137,154). Sum of RGB (Red+Green+Blue) = 89+137+154=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #59899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59899A is #A67665. Grayscale: #7C7C7C. Windows color (decimal): -10909286 or 10127705. OLE color: 10127705.
HSL color Cylindrical-coordinate representation of color #59899A: hue angle of 195.69º 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 #59899A is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 137 | 154 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.40 |
| HSL | 195.69º | 0.27% | 0.48% | - |
| HSV(B) | 195.69º | 0.42% | 0.6% | - |
| XYZ | 18.9 | 22.35 | 33.89 | - |
| YUV | 124.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 154 | 0.42 | 0.11 | 0 | 0.40 | 195.69 | 0.27 | 0.48 |
| Hex | 59 | 89 | 9A | 2A | B | 0 | 28 | C4 | 1B | 30 |
| Octal | 131 | 211 | 232 | 52 | 13 | 0 | 50 | 304 | 33 | 60 |
| Binary | 1011001 | 10001001 | 10011010 | 101010 | 1011 | 0 | 101000 | 11000100 | 11011 | 110000 |
Color Harmonies of #59899A
Complementary color
Monochromatic Colors of #59899A
Black with #59899A
Text Example
Text Example
White with #59899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59899A; }
p { color: rgb(89,137,154); }
H1.HeaderClassName
{
color: #59899A;
}
.AnyTagClassName
{
color: #59899A;
}
</style>
background-color css
<style>
a { background-color: #59899A; }
a { background-color: rgb(89,137,154); }
div.DivClassName
{
background-color: #59899A;
}
.BgClassName
{
background-color: #59899A;
}
</style>
border-color css
<style>
span { border-color: #59899A; }
span { border-color: rgb(89,137,154); }
td.TdClassName
{
border-color: #59899A;
}
.TagClassName
{
border-color: #59899A;
}
</style>