Shades of Lochinvar #519F87
Tints of Lochinvar #519F87
RGB
CMYK
RGB Variations
Color information
#519F87 (or 0x519F87) is known color: Lochinvar. HEX triplet: 51, 9F and 87. RGB value is (81,159,135). Sum of RGB (Red+Green+Blue) = 81+159+135=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #519F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519F87 is #AE6078. Grayscale: #848484. Windows color (decimal): -11427961 or 8888145. OLE color: 8888145.
HSL color Cylindrical-coordinate representation of color #519F87: hue angle of 161.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519F87 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 159 | 135 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.38 |
| HSL | 161.54º | 0.33% | 0.47% | - |
| HSV(B) | 161.54º | 0.49% | 0.62% | - |
| XYZ | 20.16 | 28.29 | 27.32 | - |
| YUV | 132.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 135 | 0.49 | 0 | 0.15 | 0.38 | 161.54 | 0.33 | 0.47 |
| Hex | 51 | 9F | 87 | 31 | 0 | F | 26 | A2 | 20 | 2F |
| Octal | 121 | 237 | 207 | 61 | 0 | 17 | 46 | 242 | 40 | 57 |
| Binary | 1010001 | 10011111 | 10000111 | 110001 | 0 | 1111 | 100110 | 10100010 | 100000 | 101111 |
Color Harmonies of #519F87
Complementary color
Monochromatic Colors of #519F87
Black with #519F87
Text Example
Text Example
White with #519F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519F87; }
p { color: rgb(81,159,135); }
H1.HeaderClassName
{
color: #519F87;
}
.AnyTagClassName
{
color: #519F87;
}
</style>
background-color css
<style>
a { background-color: #519F87; }
a { background-color: rgb(81,159,135); }
div.DivClassName
{
background-color: #519F87;
}
.BgClassName
{
background-color: #519F87;
}
</style>
border-color css
<style>
span { border-color: #519F87; }
span { border-color: rgb(81,159,135); }
td.TdClassName
{
border-color: #519F87;
}
.TagClassName
{
border-color: #519F87;
}
</style>