Shades of Horizon #598A9A
Tints of Horizon #598A9A
RGB
CMYK
RGB Variations
Color information
#598A9A (or 0x598A9A) is known color: Horizon. HEX triplet: 59, 8A and 9A. RGB value is (89,138,154). Sum of RGB (Red+Green+Blue) = 89+138+154=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #598A9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A9A is #A67565. Grayscale: #7D7D7D. Windows color (decimal): -10909030 or 10127961. OLE color: 10127961.
HSL color Cylindrical-coordinate representation of color #598A9A: hue angle of 194.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #598A9A is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 138 | 154 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.40 |
| HSL | 194.77º | 0.27% | 0.48% | - |
| HSV(B) | 194.77º | 0.42% | 0.6% | - |
| XYZ | 19.04 | 22.63 | 33.94 | - |
| YUV | 125.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 154 | 0.42 | 0.10 | 0 | 0.40 | 194.77 | 0.27 | 0.48 |
| Hex | 59 | 8A | 9A | 2A | A | 0 | 28 | C3 | 1B | 30 |
| Octal | 131 | 212 | 232 | 52 | 12 | 0 | 50 | 303 | 33 | 60 |
| Binary | 1011001 | 10001010 | 10011010 | 101010 | 1010 | 0 | 101000 | 11000011 | 11011 | 110000 |
Color Harmonies of #598A9A
Complementary color
Monochromatic Colors of #598A9A
Black with #598A9A
Text Example
Text Example
White with #598A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598A9A; }
p { color: rgb(89,138,154); }
H1.HeaderClassName
{
color: #598A9A;
}
.AnyTagClassName
{
color: #598A9A;
}
</style>
background-color css
<style>
a { background-color: #598A9A; }
a { background-color: rgb(89,138,154); }
div.DivClassName
{
background-color: #598A9A;
}
.BgClassName
{
background-color: #598A9A;
}
</style>
border-color css
<style>
span { border-color: #598A9A; }
span { border-color: rgb(89,138,154); }
td.TdClassName
{
border-color: #598A9A;
}
.TagClassName
{
border-color: #598A9A;
}
</style>