Shades of Lochinvar #518E87
Tints of Lochinvar #518E87
RGB
CMYK
RGB Variations
Color information
#518E87 (or 0x518E87) is known color: Lochinvar. HEX triplet: 51, 8E and 87. RGB value is (81,142,135). Sum of RGB (Red+Green+Blue) = 81+142+135=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #518E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518E87 is #AE7178. Grayscale: #7A7A7A. Windows color (decimal): -11432313 or 8883793. OLE color: 8883793.
HSL color Cylindrical-coordinate representation of color #518E87: hue angle of 173.11º 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 #518E87 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 135 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.44 |
| HSL | 173.11º | 0.27% | 0.44% | - |
| HSV(B) | 173.11º | 0.43% | 0.56% | - |
| XYZ | 17.44 | 22.84 | 26.41 | - |
| YUV | 122.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 135 | 0.43 | 0 | 0.05 | 0.44 | 173.11 | 0.27 | 0.44 |
| Hex | 51 | 8E | 87 | 2B | 0 | 5 | 2C | AD | 1B | 2C |
| Octal | 121 | 216 | 207 | 53 | 0 | 5 | 54 | 255 | 33 | 54 |
| Binary | 1010001 | 10001110 | 10000111 | 101011 | 0 | 101 | 101100 | 10101101 | 11011 | 101100 |
Color Harmonies of #518E87
Complementary color
Monochromatic Colors of #518E87
Black with #518E87
Text Example
Text Example
White with #518E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E87; }
p { color: rgb(81,142,135); }
H1.HeaderClassName
{
color: #518E87;
}
.AnyTagClassName
{
color: #518E87;
}
</style>
background-color css
<style>
a { background-color: #518E87; }
a { background-color: rgb(81,142,135); }
div.DivClassName
{
background-color: #518E87;
}
.BgClassName
{
background-color: #518E87;
}
</style>
border-color css
<style>
span { border-color: #518E87; }
span { border-color: rgb(81,142,135); }
td.TdClassName
{
border-color: #518E87;
}
.TagClassName
{
border-color: #518E87;
}
</style>