Shades of Lochinvar #50A088
Tints of Lochinvar #50A088
RGB
CMYK
RGB Variations
Color information
#50A088 (or 0x50A088) is known color: Lochinvar. HEX triplet: 50, A0 and 88. RGB value is (80,160,136). Sum of RGB (Red+Green+Blue) = 80+160+136=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #50A088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A088 is #AF5F77. Grayscale: #858585. Windows color (decimal): -11493240 or 8953936. OLE color: 8953936.
HSL color Cylindrical-coordinate representation of color #50A088: hue angle of 162º degrees, saturation: 0.33, 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 #50A088 is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 136 | - |
| CMYK | 0.5 | 0 | 0.15 | 0.37 |
| HSL | 162º | 0.33% | 0.47% | - |
| HSV(B) | 162º | 0.5% | 0.63% | - |
| XYZ | 20.32 | 28.62 | 27.75 | - |
| YUV | 133.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 136 | 0.5 | 0 | 0.15 | 0.37 | 162 | 0.33 | 0.47 |
| Hex | 50 | A0 | 88 | 32 | 0 | F | 25 | A2 | 21 | 2F |
| Octal | 120 | 240 | 210 | 62 | 0 | 17 | 45 | 242 | 41 | 57 |
| Binary | 1010000 | 10100000 | 10001000 | 110010 | 0 | 1111 | 100101 | 10100010 | 100001 | 101111 |
Color Harmonies of #50A088
Complementary color
Monochromatic Colors of #50A088
Black with #50A088
Text Example
Text Example
White with #50A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A088; }
p { color: rgb(80,160,136); }
H1.HeaderClassName
{
color: #50A088;
}
.AnyTagClassName
{
color: #50A088;
}
</style>
background-color css
<style>
a { background-color: #50A088; }
a { background-color: rgb(80,160,136); }
div.DivClassName
{
background-color: #50A088;
}
.BgClassName
{
background-color: #50A088;
}
</style>
border-color css
<style>
span { border-color: #50A088; }
span { border-color: rgb(80,160,136); }
td.TdClassName
{
border-color: #50A088;
}
.TagClassName
{
border-color: #50A088;
}
</style>