Shades of Horizon #597E95
Tints of Horizon #597E95
RGB
CMYK
RGB Variations
Color information
#597E95 (or 0x597E95) is known color: Horizon. HEX triplet: 59, 7E and 95. RGB value is (89,126,149). Sum of RGB (Red+Green+Blue) = 89+126+149=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #597E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E95 is #A6816A. Grayscale: #757575. Windows color (decimal): -10912107 or 9797209. OLE color: 9797209.
HSL color Cylindrical-coordinate representation of color #597E95: hue angle of 203º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #597E95 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 126 | 149 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.42 |
| HSL | 203º | 0.25% | 0.47% | - |
| HSV(B) | 203º | 0.4% | 0.58% | - |
| XYZ | 17.01 | 19.22 | 31.25 | - |
| YUV | 117.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 149 | 0.40 | 0.15 | 0 | 0.42 | 203 | 0.25 | 0.47 |
| Hex | 59 | 7E | 95 | 28 | F | 0 | 2A | CB | 19 | 2F |
| Octal | 131 | 176 | 225 | 50 | 17 | 0 | 52 | 313 | 31 | 57 |
| Binary | 1011001 | 1111110 | 10010101 | 101000 | 1111 | 0 | 101010 | 11001011 | 11001 | 101111 |
Color Harmonies of #597E95
Complementary color
Monochromatic Colors of #597E95
Black with #597E95
Text Example
Text Example
White with #597E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597E95; }
p { color: rgb(89,126,149); }
H1.HeaderClassName
{
color: #597E95;
}
.AnyTagClassName
{
color: #597E95;
}
</style>
background-color css
<style>
a { background-color: #597E95; }
a { background-color: rgb(89,126,149); }
div.DivClassName
{
background-color: #597E95;
}
.BgClassName
{
background-color: #597E95;
}
</style>
border-color css
<style>
span { border-color: #597E95; }
span { border-color: rgb(89,126,149); }
td.TdClassName
{
border-color: #597E95;
}
.TagClassName
{
border-color: #597E95;
}
</style>