Shades of Horizon #598193
Tints of Horizon #598193
RGB
CMYK
RGB Variations
Color information
#598193 (or 0x598193) is known color: Horizon. HEX triplet: 59, 81 and 93. RGB value is (89,129,147). Sum of RGB (Red+Green+Blue) = 89+129+147=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #598193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598193 is #A67E6C. Grayscale: #767676. Windows color (decimal): -10911341 or 9666905. OLE color: 9666905.
HSL color Cylindrical-coordinate representation of color #598193: hue angle of 198.62º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #598193 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 129 | 147 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.42 |
| HSL | 198.62º | 0.25% | 0.46% | - |
| HSV(B) | 198.62º | 0.39% | 0.58% | - |
| XYZ | 17.24 | 19.93 | 30.54 | - |
| YUV | 119.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 147 | 0.39 | 0.12 | 0 | 0.42 | 198.62 | 0.25 | 0.46 |
| Hex | 59 | 81 | 93 | 27 | C | 0 | 2A | C7 | 19 | 2E |
| Octal | 131 | 201 | 223 | 47 | 14 | 0 | 52 | 307 | 31 | 56 |
| Binary | 1011001 | 10000001 | 10010011 | 100111 | 1100 | 0 | 101010 | 11000111 | 11001 | 101110 |
Color Harmonies of #598193
Complementary color
Monochromatic Colors of #598193
Black with #598193
Text Example
Text Example
White with #598193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598193; }
p { color: rgb(89,129,147); }
H1.HeaderClassName
{
color: #598193;
}
.AnyTagClassName
{
color: #598193;
}
</style>
background-color css
<style>
a { background-color: #598193; }
a { background-color: rgb(89,129,147); }
div.DivClassName
{
background-color: #598193;
}
.BgClassName
{
background-color: #598193;
}
</style>
border-color css
<style>
span { border-color: #598193; }
span { border-color: rgb(89,129,147); }
td.TdClassName
{
border-color: #598193;
}
.TagClassName
{
border-color: #598193;
}
</style>