Shades of Lochinvar #50897A
Tints of Lochinvar #50897A
RGB
CMYK
RGB Variations
Color information
#50897A (or 0x50897A) is known color: Lochinvar. HEX triplet: 50, 89 and 7A. RGB value is (80,137,122). Sum of RGB (Red+Green+Blue) = 80+137+122=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #50897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50897A is #AF7685. Grayscale: #767676. Windows color (decimal): -11499142 or 8030544. OLE color: 8030544.
HSL color Cylindrical-coordinate representation of color #50897A: hue angle of 164.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50897A is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 137 | 122 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.46 |
| HSL | 164.21º | 0.26% | 0.43% | - |
| HSV(B) | 164.21º | 0.42% | 0.54% | - |
| XYZ | 15.77 | 21 | 21.64 | - |
| YUV | 118.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 122 | 0.42 | 0 | 0.11 | 0.46 | 164.21 | 0.26 | 0.43 |
| Hex | 50 | 89 | 7A | 2A | 0 | B | 2E | A4 | 1A | 2B |
| Octal | 120 | 211 | 172 | 52 | 0 | 13 | 56 | 244 | 32 | 53 |
| Binary | 1010000 | 10001001 | 1111010 | 101010 | 0 | 1011 | 101110 | 10100100 | 11010 | 101011 |
Color Harmonies of #50897A
Complementary color
Monochromatic Colors of #50897A
Black with #50897A
Text Example
Text Example
White with #50897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50897A; }
p { color: rgb(80,137,122); }
H1.HeaderClassName
{
color: #50897A;
}
.AnyTagClassName
{
color: #50897A;
}
</style>
background-color css
<style>
a { background-color: #50897A; }
a { background-color: rgb(80,137,122); }
div.DivClassName
{
background-color: #50897A;
}
.BgClassName
{
background-color: #50897A;
}
</style>
border-color css
<style>
span { border-color: #50897A; }
span { border-color: rgb(80,137,122); }
td.TdClassName
{
border-color: #50897A;
}
.TagClassName
{
border-color: #50897A;
}
</style>