Shades of Lochinvar #50937E
Tints of Lochinvar #50937E
RGB
CMYK
RGB Variations
Color information
#50937E (or 0x50937E) is known color: Lochinvar. HEX triplet: 50, 93 and 7E. RGB value is (80,147,126). Sum of RGB (Red+Green+Blue) = 80+147+126=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #50937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50937E is #AF6C81. Grayscale: #7C7C7C. Windows color (decimal): -11496578 or 8295248. OLE color: 8295248.
HSL color Cylindrical-coordinate representation of color #50937E: hue angle of 161.19º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50937E is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 126 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.42 |
| HSL | 161.19º | 0.3% | 0.45% | - |
| HSV(B) | 161.19º | 0.46% | 0.58% | - |
| XYZ | 17.51 | 24.08 | 23.46 | - |
| YUV | 124.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 126 | 0.46 | 0 | 0.14 | 0.42 | 161.19 | 0.3 | 0.45 |
| Hex | 50 | 93 | 7E | 2E | 0 | E | 2A | A1 | 1E | 2D |
| Octal | 120 | 223 | 176 | 56 | 0 | 16 | 52 | 241 | 36 | 55 |
| Binary | 1010000 | 10010011 | 1111110 | 101110 | 0 | 1110 | 101010 | 10100001 | 11110 | 101101 |
Color Harmonies of #50937E
Complementary color
Monochromatic Colors of #50937E
Black with #50937E
Text Example
Text Example
White with #50937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50937E; }
p { color: rgb(80,147,126); }
H1.HeaderClassName
{
color: #50937E;
}
.AnyTagClassName
{
color: #50937E;
}
</style>
background-color css
<style>
a { background-color: #50937E; }
a { background-color: rgb(80,147,126); }
div.DivClassName
{
background-color: #50937E;
}
.BgClassName
{
background-color: #50937E;
}
</style>
border-color css
<style>
span { border-color: #50937E; }
span { border-color: rgb(80,147,126); }
td.TdClassName
{
border-color: #50937E;
}
.TagClassName
{
border-color: #50937E;
}
</style>