Shades of Lochinvar #50A288
Tints of Lochinvar #50A288
RGB
CMYK
RGB Variations
Color information
#50A288 (or 0x50A288) is known color: Lochinvar. HEX triplet: 50, A2 and 88. RGB value is (80,162,136). Sum of RGB (Red+Green+Blue) = 80+162+136=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #50A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A288 is #AF5D77. Grayscale: #868686. Windows color (decimal): -11492728 or 8954448. OLE color: 8954448.
HSL color Cylindrical-coordinate representation of color #50A288: hue angle of 160.98º 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 #50A288 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 136 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.36 |
| HSL | 160.98º | 0.34% | 0.47% | - |
| HSV(B) | 160.98º | 0.51% | 0.64% | - |
| XYZ | 20.67 | 29.32 | 27.86 | - |
| YUV | 134.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 136 | 0.51 | 0 | 0.16 | 0.36 | 160.98 | 0.34 | 0.47 |
| Hex | 50 | A2 | 88 | 33 | 0 | 10 | 24 | A1 | 22 | 2F |
| Octal | 120 | 242 | 210 | 63 | 0 | 20 | 44 | 241 | 42 | 57 |
| Binary | 1010000 | 10100010 | 10001000 | 110011 | 0 | 10000 | 100100 | 10100001 | 100010 | 101111 |
Color Harmonies of #50A288
Complementary color
Monochromatic Colors of #50A288
Black with #50A288
Text Example
Text Example
White with #50A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A288; }
p { color: rgb(80,162,136); }
H1.HeaderClassName
{
color: #50A288;
}
.AnyTagClassName
{
color: #50A288;
}
</style>
background-color css
<style>
a { background-color: #50A288; }
a { background-color: rgb(80,162,136); }
div.DivClassName
{
background-color: #50A288;
}
.BgClassName
{
background-color: #50A288;
}
</style>
border-color css
<style>
span { border-color: #50A288; }
span { border-color: rgb(80,162,136); }
td.TdClassName
{
border-color: #50A288;
}
.TagClassName
{
border-color: #50A288;
}
</style>