Shades of Horizon #598599
Tints of Horizon #598599
RGB
CMYK
RGB Variations
Color information
#598599 (or 0x598599) is known color: Horizon. HEX triplet: 59, 85 and 99. RGB value is (89,133,153). Sum of RGB (Red+Green+Blue) = 89+133+153=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #598599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598599 is #A67A66. Grayscale: #7A7A7A. Windows color (decimal): -10910311 or 10061145. OLE color: 10061145.
HSL color Cylindrical-coordinate representation of color #598599: hue angle of 198.75º 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 #598599 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 133 | 153 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.4 |
| HSL | 198.75º | 0.26% | 0.47% | - |
| HSV(B) | 198.75º | 0.42% | 0.6% | - |
| XYZ | 18.26 | 21.2 | 33.27 | - |
| YUV | 122.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 153 | 0.42 | 0.13 | 0 | 0.4 | 198.75 | 0.26 | 0.47 |
| Hex | 59 | 85 | 99 | 2A | D | 0 | 28 | C7 | 1A | 2F |
| Octal | 131 | 205 | 231 | 52 | 15 | 0 | 50 | 307 | 32 | 57 |
| Binary | 1011001 | 10000101 | 10011001 | 101010 | 1101 | 0 | 101000 | 11000111 | 11010 | 101111 |
Color Harmonies of #598599
Complementary color
Monochromatic Colors of #598599
Black with #598599
Text Example
Text Example
White with #598599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598599; }
p { color: rgb(89,133,153); }
H1.HeaderClassName
{
color: #598599;
}
.AnyTagClassName
{
color: #598599;
}
</style>
background-color css
<style>
a { background-color: #598599; }
a { background-color: rgb(89,133,153); }
div.DivClassName
{
background-color: #598599;
}
.BgClassName
{
background-color: #598599;
}
</style>
border-color css
<style>
span { border-color: #598599; }
span { border-color: rgb(89,133,153); }
td.TdClassName
{
border-color: #598599;
}
.TagClassName
{
border-color: #598599;
}
</style>