Shades of Lochinvar #519685
Tints of Lochinvar #519685
RGB
CMYK
RGB Variations
Color information
#519685 (or 0x519685) is known color: Lochinvar. HEX triplet: 51, 96 and 85. RGB value is (81,150,133). Sum of RGB (Red+Green+Blue) = 81+150+133=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #519685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519685 is #AE697A. Grayscale: #7F7F7F. Windows color (decimal): -11430267 or 8754769. OLE color: 8754769.
HSL color Cylindrical-coordinate representation of color #519685: hue angle of 165.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519685 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 150 | 133 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.41 |
| HSL | 165.22º | 0.3% | 0.45% | - |
| HSV(B) | 165.22º | 0.46% | 0.59% | - |
| XYZ | 18.53 | 25.26 | 26.09 | - |
| YUV | 127.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 150 | 133 | 0.46 | 0 | 0.11 | 0.41 | 165.22 | 0.3 | 0.45 |
| Hex | 51 | 96 | 85 | 2E | 0 | B | 29 | A5 | 1E | 2D |
| Octal | 121 | 226 | 205 | 56 | 0 | 13 | 51 | 245 | 36 | 55 |
| Binary | 1010001 | 10010110 | 10000101 | 101110 | 0 | 1011 | 101001 | 10100101 | 11110 | 101101 |
Color Harmonies of #519685
Complementary color
Monochromatic Colors of #519685
Black with #519685
Text Example
Text Example
White with #519685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519685; }
p { color: rgb(81,150,133); }
H1.HeaderClassName
{
color: #519685;
}
.AnyTagClassName
{
color: #519685;
}
</style>
background-color css
<style>
a { background-color: #519685; }
a { background-color: rgb(81,150,133); }
div.DivClassName
{
background-color: #519685;
}
.BgClassName
{
background-color: #519685;
}
</style>
border-color css
<style>
span { border-color: #519685; }
span { border-color: rgb(81,150,133); }
td.TdClassName
{
border-color: #519685;
}
.TagClassName
{
border-color: #519685;
}
</style>