Shades of Lochinvar #518F7C
Tints of Lochinvar #518F7C
RGB
CMYK
RGB Variations
Color information
#518F7C (or 0x518F7C) is known color: Lochinvar. HEX triplet: 51, 8F and 7C. RGB value is (81,143,124). Sum of RGB (Red+Green+Blue) = 81+143+124=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #518F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F7C is #AE7083. Grayscale: #7A7A7A. Windows color (decimal): -11432068 or 8163153. OLE color: 8163153.
HSL color Cylindrical-coordinate representation of color #518F7C: hue angle of 161.61º 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 #518F7C is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 143 | 124 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.44 |
| HSL | 161.61º | 0.28% | 0.44% | - |
| HSV(B) | 161.61º | 0.43% | 0.56% | - |
| XYZ | 16.85 | 22.85 | 22.59 | - |
| YUV | 122.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 124 | 0.43 | 0 | 0.13 | 0.44 | 161.61 | 0.28 | 0.44 |
| Hex | 51 | 8F | 7C | 2B | 0 | D | 2C | A2 | 1C | 2C |
| Octal | 121 | 217 | 174 | 53 | 0 | 15 | 54 | 242 | 34 | 54 |
| Binary | 1010001 | 10001111 | 1111100 | 101011 | 0 | 1101 | 101100 | 10100010 | 11100 | 101100 |
Color Harmonies of #518F7C
Complementary color
Monochromatic Colors of #518F7C
Black with #518F7C
Text Example
Text Example
White with #518F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F7C; }
p { color: rgb(81,143,124); }
H1.HeaderClassName
{
color: #518F7C;
}
.AnyTagClassName
{
color: #518F7C;
}
</style>
background-color css
<style>
a { background-color: #518F7C; }
a { background-color: rgb(81,143,124); }
div.DivClassName
{
background-color: #518F7C;
}
.BgClassName
{
background-color: #518F7C;
}
</style>
border-color css
<style>
span { border-color: #518F7C; }
span { border-color: rgb(81,143,124); }
td.TdClassName
{
border-color: #518F7C;
}
.TagClassName
{
border-color: #518F7C;
}
</style>