Shades of Lochinvar #519688
Tints of Lochinvar #519688
RGB
CMYK
RGB Variations
Color information
#519688 (or 0x519688) is known color: Lochinvar. HEX triplet: 51, 96 and 88. RGB value is (81,150,136). Sum of RGB (Red+Green+Blue) = 81+150+136=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #519688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519688 is #AE6977. Grayscale: #7F7F7F. Windows color (decimal): -11430264 or 8951377. OLE color: 8951377.
HSL color Cylindrical-coordinate representation of color #519688: hue angle of 167.83º 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 #519688 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 150 | 136 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.41 |
| HSL | 167.83º | 0.3% | 0.45% | - |
| HSV(B) | 167.83º | 0.46% | 0.59% | - |
| XYZ | 18.74 | 25.34 | 27.2 | - |
| YUV | 127.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 150 | 136 | 0.46 | 0 | 0.09 | 0.41 | 167.83 | 0.3 | 0.45 |
| Hex | 51 | 96 | 88 | 2E | 0 | 9 | 29 | A8 | 1E | 2D |
| Octal | 121 | 226 | 210 | 56 | 0 | 11 | 51 | 250 | 36 | 55 |
| Binary | 1010001 | 10010110 | 10001000 | 101110 | 0 | 1001 | 101001 | 10101000 | 11110 | 101101 |
Color Harmonies of #519688
Complementary color
Monochromatic Colors of #519688
Black with #519688
Text Example
Text Example
White with #519688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519688; }
p { color: rgb(81,150,136); }
H1.HeaderClassName
{
color: #519688;
}
.AnyTagClassName
{
color: #519688;
}
</style>
background-color css
<style>
a { background-color: #519688; }
a { background-color: rgb(81,150,136); }
div.DivClassName
{
background-color: #519688;
}
.BgClassName
{
background-color: #519688;
}
</style>
border-color css
<style>
span { border-color: #519688; }
span { border-color: rgb(81,150,136); }
td.TdClassName
{
border-color: #519688;
}
.TagClassName
{
border-color: #519688;
}
</style>