Shades of Lochinvar #518D84
Tints of Lochinvar #518D84
RGB
CMYK
RGB Variations
Color information
#518D84 (or 0x518D84) is known color: Lochinvar. HEX triplet: 51, 8D and 84. RGB value is (81,141,132). Sum of RGB (Red+Green+Blue) = 81+141+132=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 141 - color contains mainly: green. Hex color #518D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D84 is #AE727B. Grayscale: #7A7A7A. Windows color (decimal): -11432572 or 8686929. OLE color: 8686929.
HSL color Cylindrical-coordinate representation of color #518D84: hue angle of 171º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518D84 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 141 | 132 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.45 |
| HSL | 171º | 0.27% | 0.44% | - |
| HSV(B) | 171º | 0.43% | 0.55% | - |
| XYZ | 17.08 | 22.47 | 25.27 | - |
| YUV | 122.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 132 | 0.43 | 0 | 0.06 | 0.45 | 171 | 0.27 | 0.44 |
| Hex | 51 | 8D | 84 | 2B | 0 | 6 | 2D | AB | 1B | 2C |
| Octal | 121 | 215 | 204 | 53 | 0 | 6 | 55 | 253 | 33 | 54 |
| Binary | 1010001 | 10001101 | 10000100 | 101011 | 0 | 110 | 101101 | 10101011 | 11011 | 101100 |
Color Harmonies of #518D84
Complementary color
Monochromatic Colors of #518D84
Black with #518D84
Text Example
Text Example
White with #518D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D84; }
p { color: rgb(81,141,132); }
H1.HeaderClassName
{
color: #518D84;
}
.AnyTagClassName
{
color: #518D84;
}
</style>
background-color css
<style>
a { background-color: #518D84; }
a { background-color: rgb(81,141,132); }
div.DivClassName
{
background-color: #518D84;
}
.BgClassName
{
background-color: #518D84;
}
</style>
border-color css
<style>
span { border-color: #518D84; }
span { border-color: rgb(81,141,132); }
td.TdClassName
{
border-color: #518D84;
}
.TagClassName
{
border-color: #518D84;
}
</style>