Shades of Horizon #598D9B
Tints of Horizon #598D9B
RGB
CMYK
RGB Variations
Color information
#598D9B (or 0x598D9B) is known color: Horizon. HEX triplet: 59, 8D and 9B. RGB value is (89,141,155). Sum of RGB (Red+Green+Blue) = 89+141+155=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #598D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598D9B is #A67264. Grayscale: #7E7E7E. Windows color (decimal): -10908261 or 10194265. OLE color: 10194265.
HSL color Cylindrical-coordinate representation of color #598D9B: hue angle of 192.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #598D9B is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 141 | 155 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.39 |
| HSL | 192.73º | 0.27% | 0.48% | - |
| HSV(B) | 192.73º | 0.43% | 0.61% | - |
| XYZ | 19.56 | 23.54 | 34.52 | - |
| YUV | 127.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 155 | 0.43 | 0.09 | 0 | 0.39 | 192.73 | 0.27 | 0.48 |
| Hex | 59 | 8D | 9B | 2B | 9 | 0 | 27 | C1 | 1B | 30 |
| Octal | 131 | 215 | 233 | 53 | 11 | 0 | 47 | 301 | 33 | 60 |
| Binary | 1011001 | 10001101 | 10011011 | 101011 | 1001 | 0 | 100111 | 11000001 | 11011 | 110000 |
Color Harmonies of #598D9B
Complementary color
Monochromatic Colors of #598D9B
Black with #598D9B
Text Example
Text Example
White with #598D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598D9B; }
p { color: rgb(89,141,155); }
H1.HeaderClassName
{
color: #598D9B;
}
.AnyTagClassName
{
color: #598D9B;
}
</style>
background-color css
<style>
a { background-color: #598D9B; }
a { background-color: rgb(89,141,155); }
div.DivClassName
{
background-color: #598D9B;
}
.BgClassName
{
background-color: #598D9B;
}
</style>
border-color css
<style>
span { border-color: #598D9B; }
span { border-color: rgb(89,141,155); }
td.TdClassName
{
border-color: #598D9B;
}
.TagClassName
{
border-color: #598D9B;
}
</style>