Shades of Horizon #598292
Tints of Horizon #598292
RGB
CMYK
RGB Variations
Color information
#598292 (or 0x598292) is known color: Horizon. HEX triplet: 59, 82 and 92. RGB value is (89,130,146). Sum of RGB (Red+Green+Blue) = 89+130+146=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #598292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598292 is #A67D6D. Grayscale: #777777. Windows color (decimal): -10911086 or 9601625. OLE color: 9601625.
HSL color Cylindrical-coordinate representation of color #598292: hue angle of 196.84º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #598292 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 130 | 146 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.43 |
| HSL | 196.84º | 0.24% | 0.46% | - |
| HSV(B) | 196.84º | 0.39% | 0.57% | - |
| XYZ | 17.29 | 20.16 | 30.17 | - |
| YUV | 119.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 146 | 0.39 | 0.11 | 0 | 0.43 | 196.84 | 0.24 | 0.46 |
| Hex | 59 | 82 | 92 | 27 | B | 0 | 2B | C5 | 18 | 2E |
| Octal | 131 | 202 | 222 | 47 | 13 | 0 | 53 | 305 | 30 | 56 |
| Binary | 1011001 | 10000010 | 10010010 | 100111 | 1011 | 0 | 101011 | 11000101 | 11000 | 101110 |
Color Harmonies of #598292
Complementary color
Monochromatic Colors of #598292
Black with #598292
Text Example
Text Example
White with #598292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598292; }
p { color: rgb(89,130,146); }
H1.HeaderClassName
{
color: #598292;
}
.AnyTagClassName
{
color: #598292;
}
</style>
background-color css
<style>
a { background-color: #598292; }
a { background-color: rgb(89,130,146); }
div.DivClassName
{
background-color: #598292;
}
.BgClassName
{
background-color: #598292;
}
</style>
border-color css
<style>
span { border-color: #598292; }
span { border-color: rgb(89,130,146); }
td.TdClassName
{
border-color: #598292;
}
.TagClassName
{
border-color: #598292;
}
</style>