Shades of Lochinvar #598982
Tints of Lochinvar #598982
RGB
CMYK
RGB Variations
Color information
#598982 (or 0x598982) is known color: Lochinvar. HEX triplet: 59, 89 and 82. RGB value is (89,137,130). Sum of RGB (Red+Green+Blue) = 89+137+130=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #598982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598982 is #A6767D. Grayscale: #797979. Windows color (decimal): -10909310 or 8554841. OLE color: 8554841.
HSL color Cylindrical-coordinate representation of color #598982: hue angle of 171.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598982 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 137 | 130 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.46 |
| HSL | 171.25º | 0.21% | 0.44% | - |
| HSV(B) | 171.25º | 0.35% | 0.54% | - |
| XYZ | 17.09 | 21.63 | 24.39 | - |
| YUV | 121.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 130 | 0.35 | 0 | 0.05 | 0.46 | 171.25 | 0.21 | 0.44 |
| Hex | 59 | 89 | 82 | 23 | 0 | 5 | 2E | AB | 15 | 2C |
| Octal | 131 | 211 | 202 | 43 | 0 | 5 | 56 | 253 | 25 | 54 |
| Binary | 1011001 | 10001001 | 10000010 | 100011 | 0 | 101 | 101110 | 10101011 | 10101 | 101100 |
Color Harmonies of #598982
Complementary color
Monochromatic Colors of #598982
Black with #598982
Text Example
Text Example
White with #598982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598982; }
p { color: rgb(89,137,130); }
H1.HeaderClassName
{
color: #598982;
}
.AnyTagClassName
{
color: #598982;
}
</style>
background-color css
<style>
a { background-color: #598982; }
a { background-color: rgb(89,137,130); }
div.DivClassName
{
background-color: #598982;
}
.BgClassName
{
background-color: #598982;
}
</style>
border-color css
<style>
span { border-color: #598982; }
span { border-color: rgb(89,137,130); }
td.TdClassName
{
border-color: #598982;
}
.TagClassName
{
border-color: #598982;
}
</style>