Shades of Horizon #598199
Tints of Horizon #598199
RGB
CMYK
RGB Variations
Color information
#598199 (or 0x598199) is known color: Horizon. HEX triplet: 59, 81 and 99. RGB value is (89,129,153). Sum of RGB (Red+Green+Blue) = 89+129+153=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #598199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598199 is #A67E66. Grayscale: #777777. Windows color (decimal): -10911335 or 10060121. OLE color: 10060121.
HSL color Cylindrical-coordinate representation of color #598199: hue angle of 202.5º 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 #598199 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 129 | 153 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.4 |
| HSL | 202.5º | 0.26% | 0.47% | - |
| HSV(B) | 202.5º | 0.42% | 0.6% | - |
| XYZ | 17.72 | 20.12 | 33.09 | - |
| YUV | 119.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 153 | 0.42 | 0.16 | 0 | 0.4 | 202.5 | 0.26 | 0.47 |
| Hex | 59 | 81 | 99 | 2A | 10 | 0 | 28 | CA | 1A | 2F |
| Octal | 131 | 201 | 231 | 52 | 20 | 0 | 50 | 312 | 32 | 57 |
| Binary | 1011001 | 10000001 | 10011001 | 101010 | 10000 | 0 | 101000 | 11001010 | 11010 | 101111 |
Color Harmonies of #598199
Complementary color
Monochromatic Colors of #598199
Black with #598199
Text Example
Text Example
White with #598199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598199; }
p { color: rgb(89,129,153); }
H1.HeaderClassName
{
color: #598199;
}
.AnyTagClassName
{
color: #598199;
}
</style>
background-color css
<style>
a { background-color: #598199; }
a { background-color: rgb(89,129,153); }
div.DivClassName
{
background-color: #598199;
}
.BgClassName
{
background-color: #598199;
}
</style>
border-color css
<style>
span { border-color: #598199; }
span { border-color: rgb(89,129,153); }
td.TdClassName
{
border-color: #598199;
}
.TagClassName
{
border-color: #598199;
}
</style>