Shades of Lochinvar #598D87
Tints of Lochinvar #598D87
RGB
CMYK
RGB Variations
Color information
#598D87 (or 0x598D87) is known color: Lochinvar. HEX triplet: 59, 8D and 87. RGB value is (89,141,135). Sum of RGB (Red+Green+Blue) = 89+141+135=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #598D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598D87 is #A67278. Grayscale: #7C7C7C. Windows color (decimal): -10908281 or 8883545. OLE color: 8883545.
HSL color Cylindrical-coordinate representation of color #598D87: hue angle of 173.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598D87 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 141 | 135 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.45 |
| HSL | 173.08º | 0.23% | 0.45% | - |
| HSV(B) | 173.08º | 0.37% | 0.55% | - |
| XYZ | 18.02 | 22.92 | 26.4 | - |
| YUV | 124.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 135 | 0.37 | 0 | 0.04 | 0.45 | 173.08 | 0.23 | 0.45 |
| Hex | 59 | 8D | 87 | 25 | 0 | 4 | 2D | AD | 17 | 2D |
| Octal | 131 | 215 | 207 | 45 | 0 | 4 | 55 | 255 | 27 | 55 |
| Binary | 1011001 | 10001101 | 10000111 | 100101 | 0 | 100 | 101101 | 10101101 | 10111 | 101101 |
Color Harmonies of #598D87
Complementary color
Monochromatic Colors of #598D87
Black with #598D87
Text Example
Text Example
White with #598D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598D87; }
p { color: rgb(89,141,135); }
H1.HeaderClassName
{
color: #598D87;
}
.AnyTagClassName
{
color: #598D87;
}
</style>
background-color css
<style>
a { background-color: #598D87; }
a { background-color: rgb(89,141,135); }
div.DivClassName
{
background-color: #598D87;
}
.BgClassName
{
background-color: #598D87;
}
</style>
border-color css
<style>
span { border-color: #598D87; }
span { border-color: rgb(89,141,135); }
td.TdClassName
{
border-color: #598D87;
}
.TagClassName
{
border-color: #598D87;
}
</style>