Shades of Lochinvar #518F7F
Tints of Lochinvar #518F7F
RGB
CMYK
RGB Variations
Color information
#518F7F (or 0x518F7F) is known color: Lochinvar. HEX triplet: 51, 8F and 7F. RGB value is (81,143,127). Sum of RGB (Red+Green+Blue) = 81+143+127=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #518F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F7F is #AE7080. Grayscale: #7A7A7A. Windows color (decimal): -11432065 or 8359761. OLE color: 8359761.
HSL color Cylindrical-coordinate representation of color #518F7F: hue angle of 164.52º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518F7F is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 143 | 127 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.44 |
| HSL | 164.52º | 0.28% | 0.44% | - |
| HSV(B) | 164.52º | 0.43% | 0.56% | - |
| XYZ | 17.05 | 22.93 | 23.61 | - |
| YUV | 122.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 127 | 0.43 | 0 | 0.11 | 0.44 | 164.52 | 0.28 | 0.44 |
| Hex | 51 | 8F | 7F | 2B | 0 | B | 2C | A5 | 1C | 2C |
| Octal | 121 | 217 | 177 | 53 | 0 | 13 | 54 | 245 | 34 | 54 |
| Binary | 1010001 | 10001111 | 1111111 | 101011 | 0 | 1011 | 101100 | 10100101 | 11100 | 101100 |
Color Harmonies of #518F7F
Complementary color
Monochromatic Colors of #518F7F
Black with #518F7F
Text Example
Text Example
White with #518F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F7F; }
p { color: rgb(81,143,127); }
H1.HeaderClassName
{
color: #518F7F;
}
.AnyTagClassName
{
color: #518F7F;
}
</style>
background-color css
<style>
a { background-color: #518F7F; }
a { background-color: rgb(81,143,127); }
div.DivClassName
{
background-color: #518F7F;
}
.BgClassName
{
background-color: #518F7F;
}
</style>
border-color css
<style>
span { border-color: #518F7F; }
span { border-color: rgb(81,143,127); }
td.TdClassName
{
border-color: #518F7F;
}
.TagClassName
{
border-color: #518F7F;
}
</style>