Shades of Horizon #598699
Tints of Horizon #598699
RGB
CMYK
RGB Variations
Color information
#598699 (or 0x598699) is known color: Horizon. HEX triplet: 59, 86 and 99. RGB value is (89,134,153). Sum of RGB (Red+Green+Blue) = 89+134+153=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #598699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598699 is #A67966. Grayscale: #7A7A7A. Windows color (decimal): -10910055 or 10061401. OLE color: 10061401.
HSL color Cylindrical-coordinate representation of color #598699: hue angle of 197.81º 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 #598699 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 134 | 153 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.4 |
| HSL | 197.81º | 0.26% | 0.47% | - |
| HSV(B) | 197.81º | 0.42% | 0.6% | - |
| XYZ | 18.39 | 21.47 | 33.31 | - |
| YUV | 122.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 153 | 0.42 | 0.12 | 0 | 0.4 | 197.81 | 0.26 | 0.47 |
| Hex | 59 | 86 | 99 | 2A | C | 0 | 28 | C6 | 1A | 2F |
| Octal | 131 | 206 | 231 | 52 | 14 | 0 | 50 | 306 | 32 | 57 |
| Binary | 1011001 | 10000110 | 10011001 | 101010 | 1100 | 0 | 101000 | 11000110 | 11010 | 101111 |
Color Harmonies of #598699
Complementary color
Monochromatic Colors of #598699
Black with #598699
Text Example
Text Example
White with #598699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598699; }
p { color: rgb(89,134,153); }
H1.HeaderClassName
{
color: #598699;
}
.AnyTagClassName
{
color: #598699;
}
</style>
background-color css
<style>
a { background-color: #598699; }
a { background-color: rgb(89,134,153); }
div.DivClassName
{
background-color: #598699;
}
.BgClassName
{
background-color: #598699;
}
</style>
border-color css
<style>
span { border-color: #598699; }
span { border-color: rgb(89,134,153); }
td.TdClassName
{
border-color: #598699;
}
.TagClassName
{
border-color: #598699;
}
</style>