Shades of Horizon #598999
Tints of Horizon #598999
RGB
CMYK
RGB Variations
Color information
#598999 (or 0x598999) is known color: Horizon. HEX triplet: 59, 89 and 99. RGB value is (89,137,153). Sum of RGB (Red+Green+Blue) = 89+137+153=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #598999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598999 is #A67666. Grayscale: #7C7C7C. Windows color (decimal): -10909287 or 10062169. OLE color: 10062169.
HSL color Cylindrical-coordinate representation of color #598999: hue angle of 195º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #598999 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 137 | 153 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.4 |
| HSL | 195º | 0.26% | 0.47% | - |
| HSV(B) | 195º | 0.42% | 0.6% | - |
| XYZ | 18.82 | 22.32 | 33.45 | - |
| YUV | 124.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 153 | 0.42 | 0.10 | 0 | 0.4 | 195 | 0.26 | 0.47 |
| Hex | 59 | 89 | 99 | 2A | A | 0 | 28 | C3 | 1A | 2F |
| Octal | 131 | 211 | 231 | 52 | 12 | 0 | 50 | 303 | 32 | 57 |
| Binary | 1011001 | 10001001 | 10011001 | 101010 | 1010 | 0 | 101000 | 11000011 | 11010 | 101111 |
Color Harmonies of #598999
Complementary color
Monochromatic Colors of #598999
Black with #598999
Text Example
Text Example
White with #598999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598999; }
p { color: rgb(89,137,153); }
H1.HeaderClassName
{
color: #598999;
}
.AnyTagClassName
{
color: #598999;
}
</style>
background-color css
<style>
a { background-color: #598999; }
a { background-color: rgb(89,137,153); }
div.DivClassName
{
background-color: #598999;
}
.BgClassName
{
background-color: #598999;
}
</style>
border-color css
<style>
span { border-color: #598999; }
span { border-color: rgb(89,137,153); }
td.TdClassName
{
border-color: #598999;
}
.TagClassName
{
border-color: #598999;
}
</style>