Shades of Lochinvar #598E87
Tints of Lochinvar #598E87
RGB
CMYK
RGB Variations
Color information
#598E87 (or 0x598E87) is known color: Lochinvar. HEX triplet: 59, 8E and 87. RGB value is (89,142,135). Sum of RGB (Red+Green+Blue) = 89+142+135=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 142 - color contains mainly: green. Hex color #598E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598E87 is #A67178. Grayscale: #7D7D7D. Windows color (decimal): -10908025 or 8883801. OLE color: 8883801.
HSL color Cylindrical-coordinate representation of color #598E87: hue angle of 172.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598E87 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 135 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.44 |
| HSL | 172.08º | 0.23% | 0.45% | - |
| HSV(B) | 172.08º | 0.37% | 0.56% | - |
| XYZ | 18.17 | 23.22 | 26.45 | - |
| YUV | 125.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 135 | 0.37 | 0 | 0.05 | 0.44 | 172.08 | 0.23 | 0.45 |
| Hex | 59 | 8E | 87 | 25 | 0 | 5 | 2C | AC | 17 | 2D |
| Octal | 131 | 216 | 207 | 45 | 0 | 5 | 54 | 254 | 27 | 55 |
| Binary | 1011001 | 10001110 | 10000111 | 100101 | 0 | 101 | 101100 | 10101100 | 10111 | 101101 |
Color Harmonies of #598E87
Complementary color
Monochromatic Colors of #598E87
Black with #598E87
Text Example
Text Example
White with #598E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E87; }
p { color: rgb(89,142,135); }
H1.HeaderClassName
{
color: #598E87;
}
.AnyTagClassName
{
color: #598E87;
}
</style>
background-color css
<style>
a { background-color: #598E87; }
a { background-color: rgb(89,142,135); }
div.DivClassName
{
background-color: #598E87;
}
.BgClassName
{
background-color: #598E87;
}
</style>
border-color css
<style>
span { border-color: #598E87; }
span { border-color: rgb(89,142,135); }
td.TdClassName
{
border-color: #598E87;
}
.TagClassName
{
border-color: #598E87;
}
</style>