Shades of Lochinvar #50A186
Tints of Lochinvar #50A186
RGB
CMYK
RGB Variations
Color information
#50A186 (or 0x50A186) is known color: Lochinvar. HEX triplet: 50, A1 and 86. RGB value is (80,161,134). Sum of RGB (Red+Green+Blue) = 80+161+134=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #50A186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A186 is #AF5E79. Grayscale: #858585. Windows color (decimal): -11492986 or 8823120. OLE color: 8823120.
HSL color Cylindrical-coordinate representation of color #50A186: hue angle of 160º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A186 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 134 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.37 |
| HSL | 160º | 0.34% | 0.47% | - |
| HSV(B) | 160º | 0.5% | 0.63% | - |
| XYZ | 20.36 | 28.92 | 27.06 | - |
| YUV | 133.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 134 | 0.50 | 0 | 0.17 | 0.37 | 160 | 0.34 | 0.47 |
| Hex | 50 | A1 | 86 | 32 | 0 | 11 | 25 | A0 | 22 | 2F |
| Octal | 120 | 241 | 206 | 62 | 0 | 21 | 45 | 240 | 42 | 57 |
| Binary | 1010000 | 10100001 | 10000110 | 110010 | 0 | 10001 | 100101 | 10100000 | 100010 | 101111 |
Color Harmonies of #50A186
Complementary color
Monochromatic Colors of #50A186
Black with #50A186
Text Example
Text Example
White with #50A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A186; }
p { color: rgb(80,161,134); }
H1.HeaderClassName
{
color: #50A186;
}
.AnyTagClassName
{
color: #50A186;
}
</style>
background-color css
<style>
a { background-color: #50A186; }
a { background-color: rgb(80,161,134); }
div.DivClassName
{
background-color: #50A186;
}
.BgClassName
{
background-color: #50A186;
}
</style>
border-color css
<style>
span { border-color: #50A186; }
span { border-color: rgb(80,161,134); }
td.TdClassName
{
border-color: #50A186;
}
.TagClassName
{
border-color: #50A186;
}
</style>