Shades of Horizon #598B98
Tints of Horizon #598B98
RGB
CMYK
RGB Variations
Color information
#598B98 (or 0x598B98) is known color: Horizon. HEX triplet: 59, 8B and 98. RGB value is (89,139,152). Sum of RGB (Red+Green+Blue) = 89+139+152=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #598B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598B98 is #A67467. Grayscale: #7D7D7D. Windows color (decimal): -10908776 or 9997145. OLE color: 9997145.
HSL color Cylindrical-coordinate representation of color #598B98: hue angle of 192.38º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #598B98 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 139 | 152 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.40 |
| HSL | 192.38º | 0.26% | 0.47% | - |
| HSV(B) | 192.38º | 0.41% | 0.6% | - |
| XYZ | 19.02 | 22.86 | 33.11 | - |
| YUV | 125.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 152 | 0.41 | 0.09 | 0 | 0.40 | 192.38 | 0.26 | 0.47 |
| Hex | 59 | 8B | 98 | 29 | 9 | 0 | 28 | C0 | 1A | 2F |
| Octal | 131 | 213 | 230 | 51 | 11 | 0 | 50 | 300 | 32 | 57 |
| Binary | 1011001 | 10001011 | 10011000 | 101001 | 1001 | 0 | 101000 | 11000000 | 11010 | 101111 |
Color Harmonies of #598B98
Complementary color
Monochromatic Colors of #598B98
Black with #598B98
Text Example
Text Example
White with #598B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B98; }
p { color: rgb(89,139,152); }
H1.HeaderClassName
{
color: #598B98;
}
.AnyTagClassName
{
color: #598B98;
}
</style>
background-color css
<style>
a { background-color: #598B98; }
a { background-color: rgb(89,139,152); }
div.DivClassName
{
background-color: #598B98;
}
.BgClassName
{
background-color: #598B98;
}
</style>
border-color css
<style>
span { border-color: #598B98; }
span { border-color: rgb(89,139,152); }
td.TdClassName
{
border-color: #598B98;
}
.TagClassName
{
border-color: #598B98;
}
</style>