Shades of Horizon #598792
Tints of Horizon #598792
RGB
CMYK
RGB Variations
Color information
#598792 (or 0x598792) is known color: Horizon. HEX triplet: 59, 87 and 92. RGB value is (89,135,146). Sum of RGB (Red+Green+Blue) = 89+135+146=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #598792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598792 is #A6786D. Grayscale: #7A7A7A. Windows color (decimal): -10909806 or 9602905. OLE color: 9602905.
HSL color Cylindrical-coordinate representation of color #598792: hue angle of 191.58º 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 #598792 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 135 | 146 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.43 |
| HSL | 191.58º | 0.24% | 0.46% | - |
| HSV(B) | 191.58º | 0.39% | 0.57% | - |
| XYZ | 17.97 | 21.53 | 30.4 | - |
| YUV | 122.5 | 141.26 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 146 | 0.39 | 0.08 | 0 | 0.43 | 191.58 | 0.24 | 0.46 |
| Hex | 59 | 87 | 92 | 27 | 8 | 0 | 2B | C0 | 18 | 2E |
| Octal | 131 | 207 | 222 | 47 | 10 | 0 | 53 | 300 | 30 | 56 |
| Binary | 1011001 | 10000111 | 10010010 | 100111 | 1000 | 0 | 101011 | 11000000 | 11000 | 101110 |
Color Harmonies of #598792
Complementary color
Monochromatic Colors of #598792
Black with #598792
Text Example
Text Example
White with #598792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598792; }
p { color: rgb(89,135,146); }
H1.HeaderClassName
{
color: #598792;
}
.AnyTagClassName
{
color: #598792;
}
</style>
background-color css
<style>
a { background-color: #598792; }
a { background-color: rgb(89,135,146); }
div.DivClassName
{
background-color: #598792;
}
.BgClassName
{
background-color: #598792;
}
</style>
border-color css
<style>
span { border-color: #598792; }
span { border-color: rgb(89,135,146); }
td.TdClassName
{
border-color: #598792;
}
.TagClassName
{
border-color: #598792;
}
</style>