Shades of Lochinvar #50A28C
Tints of Lochinvar #50A28C
RGB
CMYK
RGB Variations
Color information
#50A28C (or 0x50A28C) is known color: Lochinvar. HEX triplet: 50, A2 and 8C. RGB value is (80,162,140). Sum of RGB (Red+Green+Blue) = 80+162+140=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #50A28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A28C is #AF5D73. Grayscale: #868686. Windows color (decimal): -11492724 or 9216592. OLE color: 9216592.
HSL color Cylindrical-coordinate representation of color #50A28C: hue angle of 163.9º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A28C is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 140 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.36 |
| HSL | 163.9º | 0.34% | 0.47% | - |
| HSV(B) | 163.9º | 0.51% | 0.64% | - |
| XYZ | 20.96 | 29.44 | 29.39 | - |
| YUV | 134.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 140 | 0.51 | 0 | 0.14 | 0.36 | 163.9 | 0.34 | 0.47 |
| Hex | 50 | A2 | 8C | 33 | 0 | E | 24 | A4 | 22 | 2F |
| Octal | 120 | 242 | 214 | 63 | 0 | 16 | 44 | 244 | 42 | 57 |
| Binary | 1010000 | 10100010 | 10001100 | 110011 | 0 | 1110 | 100100 | 10100100 | 100010 | 101111 |
Color Harmonies of #50A28C
Complementary color
Monochromatic Colors of #50A28C
Black with #50A28C
Text Example
Text Example
White with #50A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A28C; }
p { color: rgb(80,162,140); }
H1.HeaderClassName
{
color: #50A28C;
}
.AnyTagClassName
{
color: #50A28C;
}
</style>
background-color css
<style>
a { background-color: #50A28C; }
a { background-color: rgb(80,162,140); }
div.DivClassName
{
background-color: #50A28C;
}
.BgClassName
{
background-color: #50A28C;
}
</style>
border-color css
<style>
span { border-color: #50A28C; }
span { border-color: rgb(80,162,140); }
td.TdClassName
{
border-color: #50A28C;
}
.TagClassName
{
border-color: #50A28C;
}
</style>