Shades of Lochinvar #519180
Tints of Lochinvar #519180
RGB
CMYK
RGB Variations
Color information
#519180 (or 0x519180) is known color: Lochinvar. HEX triplet: 51, 91 and 80. RGB value is (81,145,128). Sum of RGB (Red+Green+Blue) = 81+145+128=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #519180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519180 is #AE6E7F. Grayscale: #7B7B7B. Windows color (decimal): -11431552 or 8425809. OLE color: 8425809.
HSL color Cylindrical-coordinate representation of color #519180: hue angle of 164.06º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519180 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 128 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.43 |
| HSL | 164.06º | 0.28% | 0.44% | - |
| HSV(B) | 164.06º | 0.44% | 0.57% | - |
| XYZ | 17.42 | 23.56 | 24.05 | - |
| YUV | 123.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 128 | 0.44 | 0 | 0.12 | 0.43 | 164.06 | 0.28 | 0.44 |
| Hex | 51 | 91 | 80 | 2C | 0 | C | 2B | A4 | 1C | 2C |
| Octal | 121 | 221 | 200 | 54 | 0 | 14 | 53 | 244 | 34 | 54 |
| Binary | 1010001 | 10010001 | 10000000 | 101100 | 0 | 1100 | 101011 | 10100100 | 11100 | 101100 |
Color Harmonies of #519180
Complementary color
Monochromatic Colors of #519180
Black with #519180
Text Example
Text Example
White with #519180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519180; }
p { color: rgb(81,145,128); }
H1.HeaderClassName
{
color: #519180;
}
.AnyTagClassName
{
color: #519180;
}
</style>
background-color css
<style>
a { background-color: #519180; }
a { background-color: rgb(81,145,128); }
div.DivClassName
{
background-color: #519180;
}
.BgClassName
{
background-color: #519180;
}
</style>
border-color css
<style>
span { border-color: #519180; }
span { border-color: rgb(81,145,128); }
td.TdClassName
{
border-color: #519180;
}
.TagClassName
{
border-color: #519180;
}
</style>