Shades of Lochinvar #508F80
Tints of Lochinvar #508F80
RGB
CMYK
RGB Variations
Color information
#508F80 (or 0x508F80) is known color: Lochinvar. HEX triplet: 50, 8F and 80. RGB value is (80,143,128). Sum of RGB (Red+Green+Blue) = 80+143+128=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #508F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F80 is #AF707F. Grayscale: #7A7A7A. Windows color (decimal): -11497600 or 8425296. OLE color: 8425296.
HSL color Cylindrical-coordinate representation of color #508F80: hue angle of 165.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508F80 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 143 | 128 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.44 |
| HSL | 165.71º | 0.28% | 0.44% | - |
| HSV(B) | 165.71º | 0.44% | 0.56% | - |
| XYZ | 17.03 | 22.91 | 23.95 | - |
| YUV | 122.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 128 | 0.44 | 0 | 0.10 | 0.44 | 165.71 | 0.28 | 0.44 |
| Hex | 50 | 8F | 80 | 2C | 0 | A | 2C | A6 | 1C | 2C |
| Octal | 120 | 217 | 200 | 54 | 0 | 12 | 54 | 246 | 34 | 54 |
| Binary | 1010000 | 10001111 | 10000000 | 101100 | 0 | 1010 | 101100 | 10100110 | 11100 | 101100 |
Color Harmonies of #508F80
Complementary color
Monochromatic Colors of #508F80
Black with #508F80
Text Example
Text Example
White with #508F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F80; }
p { color: rgb(80,143,128); }
H1.HeaderClassName
{
color: #508F80;
}
.AnyTagClassName
{
color: #508F80;
}
</style>
background-color css
<style>
a { background-color: #508F80; }
a { background-color: rgb(80,143,128); }
div.DivClassName
{
background-color: #508F80;
}
.BgClassName
{
background-color: #508F80;
}
</style>
border-color css
<style>
span { border-color: #508F80; }
span { border-color: rgb(80,143,128); }
td.TdClassName
{
border-color: #508F80;
}
.TagClassName
{
border-color: #508F80;
}
</style>