Shades of Lochinvar #518D83
Tints of Lochinvar #518D83
RGB
CMYK
RGB Variations
Color information
#518D83 (or 0x518D83) is known color: Lochinvar. HEX triplet: 51, 8D and 83. RGB value is (81,141,131). Sum of RGB (Red+Green+Blue) = 81+141+131=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 141 - color contains mainly: green. Hex color #518D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D83 is #AE727C. Grayscale: #797979. Windows color (decimal): -11432573 or 8621393. OLE color: 8621393.
HSL color Cylindrical-coordinate representation of color #518D83: hue angle of 170º 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 #518D83 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 141 | 131 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.45 |
| HSL | 170º | 0.27% | 0.44% | - |
| HSV(B) | 170º | 0.43% | 0.55% | - |
| XYZ | 17.01 | 22.44 | 24.91 | - |
| YUV | 121.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 131 | 0.43 | 0 | 0.07 | 0.45 | 170 | 0.27 | 0.44 |
| Hex | 51 | 8D | 83 | 2B | 0 | 7 | 2D | AA | 1B | 2C |
| Octal | 121 | 215 | 203 | 53 | 0 | 7 | 55 | 252 | 33 | 54 |
| Binary | 1010001 | 10001101 | 10000011 | 101011 | 0 | 111 | 101101 | 10101010 | 11011 | 101100 |
Color Harmonies of #518D83
Complementary color
Monochromatic Colors of #518D83
Black with #518D83
Text Example
Text Example
White with #518D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D83; }
p { color: rgb(81,141,131); }
H1.HeaderClassName
{
color: #518D83;
}
.AnyTagClassName
{
color: #518D83;
}
</style>
background-color css
<style>
a { background-color: #518D83; }
a { background-color: rgb(81,141,131); }
div.DivClassName
{
background-color: #518D83;
}
.BgClassName
{
background-color: #518D83;
}
</style>
border-color css
<style>
span { border-color: #518D83; }
span { border-color: rgb(81,141,131); }
td.TdClassName
{
border-color: #518D83;
}
.TagClassName
{
border-color: #518D83;
}
</style>