Shades of Horizon #598696
Tints of Horizon #598696
RGB
CMYK
RGB Variations
Color information
#598696 (or 0x598696) is known color: Horizon. HEX triplet: 59, 86 and 96. RGB value is (89,134,150). Sum of RGB (Red+Green+Blue) = 89+134+150=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #598696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598696 is #A67969. Grayscale: #7A7A7A. Windows color (decimal): -10910058 or 9864793. OLE color: 9864793.
HSL color Cylindrical-coordinate representation of color #598696: hue angle of 195.74º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #598696 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 134 | 150 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.41 |
| HSL | 195.74º | 0.26% | 0.47% | - |
| HSV(B) | 195.74º | 0.41% | 0.59% | - |
| XYZ | 18.15 | 21.38 | 32.02 | - |
| YUV | 122.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 150 | 0.41 | 0.11 | 0 | 0.41 | 195.74 | 0.26 | 0.47 |
| Hex | 59 | 86 | 96 | 29 | B | 0 | 29 | C4 | 1A | 2F |
| Octal | 131 | 206 | 226 | 51 | 13 | 0 | 51 | 304 | 32 | 57 |
| Binary | 1011001 | 10000110 | 10010110 | 101001 | 1011 | 0 | 101001 | 11000100 | 11010 | 101111 |
Color Harmonies of #598696
Complementary color
Monochromatic Colors of #598696
Black with #598696
Text Example
Text Example
White with #598696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598696; }
p { color: rgb(89,134,150); }
H1.HeaderClassName
{
color: #598696;
}
.AnyTagClassName
{
color: #598696;
}
</style>
background-color css
<style>
a { background-color: #598696; }
a { background-color: rgb(89,134,150); }
div.DivClassName
{
background-color: #598696;
}
.BgClassName
{
background-color: #598696;
}
</style>
border-color css
<style>
span { border-color: #598696; }
span { border-color: rgb(89,134,150); }
td.TdClassName
{
border-color: #598696;
}
.TagClassName
{
border-color: #598696;
}
</style>