Shades of Lochinvar #518D7C
Tints of Lochinvar #518D7C
RGB
CMYK
RGB Variations
Color information
#518D7C (or 0x518D7C) is known color: Lochinvar. HEX triplet: 51, 8D and 7C. RGB value is (81,141,124). Sum of RGB (Red+Green+Blue) = 81+141+124=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #518D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518D7C is #AE7283. Grayscale: #797979. Windows color (decimal): -11432580 or 8162641. OLE color: 8162641.
HSL color Cylindrical-coordinate representation of color #518D7C: hue angle of 163º 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 #518D7C is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 141 | 124 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.45 |
| HSL | 163º | 0.27% | 0.44% | - |
| HSV(B) | 163º | 0.43% | 0.55% | - |
| XYZ | 16.56 | 22.25 | 22.49 | - |
| YUV | 121.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 124 | 0.43 | 0 | 0.12 | 0.45 | 163 | 0.27 | 0.44 |
| Hex | 51 | 8D | 7C | 2B | 0 | C | 2D | A3 | 1B | 2C |
| Octal | 121 | 215 | 174 | 53 | 0 | 14 | 55 | 243 | 33 | 54 |
| Binary | 1010001 | 10001101 | 1111100 | 101011 | 0 | 1100 | 101101 | 10100011 | 11011 | 101100 |
Color Harmonies of #518D7C
Complementary color
Monochromatic Colors of #518D7C
Black with #518D7C
Text Example
Text Example
White with #518D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D7C; }
p { color: rgb(81,141,124); }
H1.HeaderClassName
{
color: #518D7C;
}
.AnyTagClassName
{
color: #518D7C;
}
</style>
background-color css
<style>
a { background-color: #518D7C; }
a { background-color: rgb(81,141,124); }
div.DivClassName
{
background-color: #518D7C;
}
.BgClassName
{
background-color: #518D7C;
}
</style>
border-color css
<style>
span { border-color: #518D7C; }
span { border-color: rgb(81,141,124); }
td.TdClassName
{
border-color: #518D7C;
}
.TagClassName
{
border-color: #518D7C;
}
</style>