Shades of Lochinvar #518E85
Tints of Lochinvar #518E85
RGB
CMYK
RGB Variations
Color information
#518E85 (or 0x518E85) is known color: Lochinvar. HEX triplet: 51, 8E and 85. RGB value is (81,142,133). Sum of RGB (Red+Green+Blue) = 81+142+133=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 142 - color contains mainly: green. Hex color #518E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518E85 is #AE717A. Grayscale: #7A7A7A. Windows color (decimal): -11432315 or 8752721. OLE color: 8752721.
HSL color Cylindrical-coordinate representation of color #518E85: hue angle of 171.15º 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 #518E85 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 133 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.44 |
| HSL | 171.15º | 0.27% | 0.44% | - |
| HSV(B) | 171.15º | 0.43% | 0.56% | - |
| XYZ | 17.3 | 22.79 | 25.68 | - |
| YUV | 122.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 133 | 0.43 | 0 | 0.06 | 0.44 | 171.15 | 0.27 | 0.44 |
| Hex | 51 | 8E | 85 | 2B | 0 | 6 | 2C | AB | 1B | 2C |
| Octal | 121 | 216 | 205 | 53 | 0 | 6 | 54 | 253 | 33 | 54 |
| Binary | 1010001 | 10001110 | 10000101 | 101011 | 0 | 110 | 101100 | 10101011 | 11011 | 101100 |
Color Harmonies of #518E85
Complementary color
Monochromatic Colors of #518E85
Black with #518E85
Text Example
Text Example
White with #518E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E85; }
p { color: rgb(81,142,133); }
H1.HeaderClassName
{
color: #518E85;
}
.AnyTagClassName
{
color: #518E85;
}
</style>
background-color css
<style>
a { background-color: #518E85; }
a { background-color: rgb(81,142,133); }
div.DivClassName
{
background-color: #518E85;
}
.BgClassName
{
background-color: #518E85;
}
</style>
border-color css
<style>
span { border-color: #518E85; }
span { border-color: rgb(81,142,133); }
td.TdClassName
{
border-color: #518E85;
}
.TagClassName
{
border-color: #518E85;
}
</style>