Shades of Lochinvar #50A189
Tints of Lochinvar #50A189
RGB
CMYK
RGB Variations
Color information
#50A189 (or 0x50A189) is known color: Lochinvar. HEX triplet: 50, A1 and 89. RGB value is (80,161,137). Sum of RGB (Red+Green+Blue) = 80+161+137=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #50A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A189 is #AF5E76. Grayscale: #868686. Windows color (decimal): -11492983 or 9019728. OLE color: 9019728.
HSL color Cylindrical-coordinate representation of color #50A189: hue angle of 162.22º 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 #50A189 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 137 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.37 |
| HSL | 162.22º | 0.34% | 0.47% | - |
| HSV(B) | 162.22º | 0.5% | 0.63% | - |
| XYZ | 20.57 | 29 | 28.18 | - |
| YUV | 134.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 137 | 0.50 | 0 | 0.15 | 0.37 | 162.22 | 0.34 | 0.47 |
| Hex | 50 | A1 | 89 | 32 | 0 | F | 25 | A2 | 22 | 2F |
| Octal | 120 | 241 | 211 | 62 | 0 | 17 | 45 | 242 | 42 | 57 |
| Binary | 1010000 | 10100001 | 10001001 | 110010 | 0 | 1111 | 100101 | 10100010 | 100010 | 101111 |
Color Harmonies of #50A189
Complementary color
Monochromatic Colors of #50A189
Black with #50A189
Text Example
Text Example
White with #50A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A189; }
p { color: rgb(80,161,137); }
H1.HeaderClassName
{
color: #50A189;
}
.AnyTagClassName
{
color: #50A189;
}
</style>
background-color css
<style>
a { background-color: #50A189; }
a { background-color: rgb(80,161,137); }
div.DivClassName
{
background-color: #50A189;
}
.BgClassName
{
background-color: #50A189;
}
</style>
border-color css
<style>
span { border-color: #50A189; }
span { border-color: rgb(80,161,137); }
td.TdClassName
{
border-color: #50A189;
}
.TagClassName
{
border-color: #50A189;
}
</style>