Shades of Lochinvar #518E82
Tints of Lochinvar #518E82
RGB
CMYK
RGB Variations
Color information
#518E82 (or 0x518E82) is known color: Lochinvar. HEX triplet: 51, 8E and 82. RGB value is (81,142,130). Sum of RGB (Red+Green+Blue) = 81+142+130=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #518E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518E82 is #AE717D. Grayscale: #7A7A7A. Windows color (decimal): -11432318 or 8556113. OLE color: 8556113.
HSL color Cylindrical-coordinate representation of color #518E82: hue angle of 168.2º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518E82 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 130 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.44 |
| HSL | 168.2º | 0.27% | 0.44% | - |
| HSV(B) | 168.2º | 0.43% | 0.56% | - |
| XYZ | 17.1 | 22.71 | 24.6 | - |
| YUV | 122.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 130 | 0.43 | 0 | 0.08 | 0.44 | 168.2 | 0.27 | 0.44 |
| Hex | 51 | 8E | 82 | 2B | 0 | 8 | 2C | A8 | 1B | 2C |
| Octal | 121 | 216 | 202 | 53 | 0 | 10 | 54 | 250 | 33 | 54 |
| Binary | 1010001 | 10001110 | 10000010 | 101011 | 0 | 1000 | 101100 | 10101000 | 11011 | 101100 |
Color Harmonies of #518E82
Complementary color
Monochromatic Colors of #518E82
Black with #518E82
Text Example
Text Example
White with #518E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E82; }
p { color: rgb(81,142,130); }
H1.HeaderClassName
{
color: #518E82;
}
.AnyTagClassName
{
color: #518E82;
}
</style>
background-color css
<style>
a { background-color: #518E82; }
a { background-color: rgb(81,142,130); }
div.DivClassName
{
background-color: #518E82;
}
.BgClassName
{
background-color: #518E82;
}
</style>
border-color css
<style>
span { border-color: #518E82; }
span { border-color: rgb(81,142,130); }
td.TdClassName
{
border-color: #518E82;
}
.TagClassName
{
border-color: #518E82;
}
</style>