Shades of Lochinvar #518882
Tints of Lochinvar #518882
RGB
CMYK
RGB Variations
Color information
#518882 (or 0x518882) is known color: Lochinvar. HEX triplet: 51, 88 and 82. RGB value is (81,136,130). Sum of RGB (Red+Green+Blue) = 81+136+130=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #518882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518882 is #AE777D. Grayscale: #767676. Windows color (decimal): -11433854 or 8554577. OLE color: 8554577.
HSL color Cylindrical-coordinate representation of color #518882: hue angle of 173.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518882 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 136 | 130 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.47 |
| HSL | 173.45º | 0.25% | 0.43% | - |
| HSV(B) | 173.45º | 0.4% | 0.53% | - |
| XYZ | 16.23 | 20.97 | 24.31 | - |
| YUV | 118.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 130 | 0.40 | 0 | 0.04 | 0.47 | 173.45 | 0.25 | 0.43 |
| Hex | 51 | 88 | 82 | 28 | 0 | 4 | 2F | AD | 19 | 2B |
| Octal | 121 | 210 | 202 | 50 | 0 | 4 | 57 | 255 | 31 | 53 |
| Binary | 1010001 | 10001000 | 10000010 | 101000 | 0 | 100 | 101111 | 10101101 | 11001 | 101011 |
Color Harmonies of #518882
Complementary color
Monochromatic Colors of #518882
Black with #518882
Text Example
Text Example
White with #518882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518882; }
p { color: rgb(81,136,130); }
H1.HeaderClassName
{
color: #518882;
}
.AnyTagClassName
{
color: #518882;
}
</style>
background-color css
<style>
a { background-color: #518882; }
a { background-color: rgb(81,136,130); }
div.DivClassName
{
background-color: #518882;
}
.BgClassName
{
background-color: #518882;
}
</style>
border-color css
<style>
span { border-color: #518882; }
span { border-color: rgb(81,136,130); }
td.TdClassName
{
border-color: #518882;
}
.TagClassName
{
border-color: #518882;
}
</style>