Shades of Lochinvar #59918A
Tints of Lochinvar #59918A
RGB
CMYK
RGB Variations
Color information
#59918A (or 0x59918A) is known color: Lochinvar. HEX triplet: 59, 91 and 8A. RGB value is (89,145,138). Sum of RGB (Red+Green+Blue) = 89+145+138=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #59918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59918A is #A66E75. Grayscale: #7F7F7F. Windows color (decimal): -10907254 or 9081177. OLE color: 9081177.
HSL color Cylindrical-coordinate representation of color #59918A: hue angle of 172.5º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59918A is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 138 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.43 |
| HSL | 172.5º | 0.24% | 0.46% | - |
| HSV(B) | 172.5º | 0.39% | 0.57% | - |
| XYZ | 18.83 | 24.21 | 27.73 | - |
| YUV | 127.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 138 | 0.39 | 0 | 0.05 | 0.43 | 172.5 | 0.24 | 0.46 |
| Hex | 59 | 91 | 8A | 27 | 0 | 5 | 2B | AC | 18 | 2E |
| Octal | 131 | 221 | 212 | 47 | 0 | 5 | 53 | 254 | 30 | 56 |
| Binary | 1011001 | 10010001 | 10001010 | 100111 | 0 | 101 | 101011 | 10101100 | 11000 | 101110 |
Color Harmonies of #59918A
Complementary color
Monochromatic Colors of #59918A
Black with #59918A
Text Example
Text Example
White with #59918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59918A; }
p { color: rgb(89,145,138); }
H1.HeaderClassName
{
color: #59918A;
}
.AnyTagClassName
{
color: #59918A;
}
</style>
background-color css
<style>
a { background-color: #59918A; }
a { background-color: rgb(89,145,138); }
div.DivClassName
{
background-color: #59918A;
}
.BgClassName
{
background-color: #59918A;
}
</style>
border-color css
<style>
span { border-color: #59918A; }
span { border-color: rgb(89,145,138); }
td.TdClassName
{
border-color: #59918A;
}
.TagClassName
{
border-color: #59918A;
}
</style>