Shades of Lochinvar #598C87
Tints of Lochinvar #598C87
RGB
CMYK
RGB Variations
Color information
#598C87 (or 0x598C87) is known color: Lochinvar. HEX triplet: 59, 8C and 87. RGB value is (89,140,135). Sum of RGB (Red+Green+Blue) = 89+140+135=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 140 - color contains mainly: green. Hex color #598C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598C87 is #A67378. Grayscale: #7C7C7C. Windows color (decimal): -10908537 or 8883289. OLE color: 8883289.
HSL color Cylindrical-coordinate representation of color #598C87: hue angle of 174.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #598C87 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 140 | 135 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.45 |
| HSL | 174.12º | 0.22% | 0.45% | - |
| HSV(B) | 174.12º | 0.36% | 0.55% | - |
| XYZ | 17.87 | 22.63 | 26.35 | - |
| YUV | 124.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 135 | 0.36 | 0 | 0.04 | 0.45 | 174.12 | 0.22 | 0.45 |
| Hex | 59 | 8C | 87 | 24 | 0 | 4 | 2D | AE | 16 | 2D |
| Octal | 131 | 214 | 207 | 44 | 0 | 4 | 55 | 256 | 26 | 55 |
| Binary | 1011001 | 10001100 | 10000111 | 100100 | 0 | 100 | 101101 | 10101110 | 10110 | 101101 |
Color Harmonies of #598C87
Complementary color
Monochromatic Colors of #598C87
Black with #598C87
Text Example
Text Example
White with #598C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598C87; }
p { color: rgb(89,140,135); }
H1.HeaderClassName
{
color: #598C87;
}
.AnyTagClassName
{
color: #598C87;
}
</style>
background-color css
<style>
a { background-color: #598C87; }
a { background-color: rgb(89,140,135); }
div.DivClassName
{
background-color: #598C87;
}
.BgClassName
{
background-color: #598C87;
}
</style>
border-color css
<style>
span { border-color: #598C87; }
span { border-color: rgb(89,140,135); }
td.TdClassName
{
border-color: #598C87;
}
.TagClassName
{
border-color: #598C87;
}
</style>