Shades of Lochinvar #508E7F
Tints of Lochinvar #508E7F
RGB
CMYK
RGB Variations
Color information
#508E7F (or 0x508E7F) is known color: Lochinvar. HEX triplet: 50, 8E and 7F. RGB value is (80,142,127). Sum of RGB (Red+Green+Blue) = 80+142+127=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 142 - color contains mainly: green. Hex color #508E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E7F is #AF7180. Grayscale: #797979. Windows color (decimal): -11497857 or 8359504. OLE color: 8359504.
HSL color Cylindrical-coordinate representation of color #508E7F: hue angle of 165.48º 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 #508E7F is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 127 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.44 |
| HSL | 165.48º | 0.28% | 0.44% | - |
| HSV(B) | 165.48º | 0.44% | 0.56% | - |
| XYZ | 16.81 | 22.58 | 23.55 | - |
| YUV | 121.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 127 | 0.44 | 0 | 0.11 | 0.44 | 165.48 | 0.28 | 0.44 |
| Hex | 50 | 8E | 7F | 2C | 0 | B | 2C | A5 | 1C | 2C |
| Octal | 120 | 216 | 177 | 54 | 0 | 13 | 54 | 245 | 34 | 54 |
| Binary | 1010000 | 10001110 | 1111111 | 101100 | 0 | 1011 | 101100 | 10100101 | 11100 | 101100 |
Color Harmonies of #508E7F
Complementary color
Monochromatic Colors of #508E7F
Black with #508E7F
Text Example
Text Example
White with #508E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E7F; }
p { color: rgb(80,142,127); }
H1.HeaderClassName
{
color: #508E7F;
}
.AnyTagClassName
{
color: #508E7F;
}
</style>
background-color css
<style>
a { background-color: #508E7F; }
a { background-color: rgb(80,142,127); }
div.DivClassName
{
background-color: #508E7F;
}
.BgClassName
{
background-color: #508E7F;
}
</style>
border-color css
<style>
span { border-color: #508E7F; }
span { border-color: rgb(80,142,127); }
td.TdClassName
{
border-color: #508E7F;
}
.TagClassName
{
border-color: #508E7F;
}
</style>