Shades of Lochinvar #508B7E
Tints of Lochinvar #508B7E
RGB
CMYK
RGB Variations
Color information
#508B7E (or 0x508B7E) is known color: Lochinvar. HEX triplet: 50, 8B and 7E. RGB value is (80,139,126). Sum of RGB (Red+Green+Blue) = 80+139+126=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #508B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B7E is #AF7481. Grayscale: #777777. Windows color (decimal): -11498626 or 8293200. OLE color: 8293200.
HSL color Cylindrical-coordinate representation of color #508B7E: hue angle of 166.78º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B7E is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 126 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.45 |
| HSL | 166.78º | 0.27% | 0.43% | - |
| HSV(B) | 166.78º | 0.42% | 0.55% | - |
| XYZ | 16.31 | 21.68 | 23.06 | - |
| YUV | 119.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 126 | 0.42 | 0 | 0.09 | 0.45 | 166.78 | 0.27 | 0.43 |
| Hex | 50 | 8B | 7E | 2A | 0 | 9 | 2D | A7 | 1B | 2B |
| Octal | 120 | 213 | 176 | 52 | 0 | 11 | 55 | 247 | 33 | 53 |
| Binary | 1010000 | 10001011 | 1111110 | 101010 | 0 | 1001 | 101101 | 10100111 | 11011 | 101011 |
Color Harmonies of #508B7E
Complementary color
Monochromatic Colors of #508B7E
Black with #508B7E
Text Example
Text Example
White with #508B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B7E; }
p { color: rgb(80,139,126); }
H1.HeaderClassName
{
color: #508B7E;
}
.AnyTagClassName
{
color: #508B7E;
}
</style>
background-color css
<style>
a { background-color: #508B7E; }
a { background-color: rgb(80,139,126); }
div.DivClassName
{
background-color: #508B7E;
}
.BgClassName
{
background-color: #508B7E;
}
</style>
border-color css
<style>
span { border-color: #508B7E; }
span { border-color: rgb(80,139,126); }
td.TdClassName
{
border-color: #508B7E;
}
.TagClassName
{
border-color: #508B7E;
}
</style>