Shades of Lochinvar #50907E
Tints of Lochinvar #50907E
RGB
CMYK
RGB Variations
Color information
#50907E (or 0x50907E) is known color: Lochinvar. HEX triplet: 50, 90 and 7E. RGB value is (80,144,126). Sum of RGB (Red+Green+Blue) = 80+144+126=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #50907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50907E is #AF6F81. Grayscale: #7A7A7A. Windows color (decimal): -11497346 or 8294480. OLE color: 8294480.
HSL color Cylindrical-coordinate representation of color #50907E: hue angle of 163.12º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50907E is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 126 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.44 |
| HSL | 163.13º | 0.29% | 0.44% | - |
| HSV(B) | 163.13º | 0.44% | 0.56% | - |
| XYZ | 17.05 | 23.16 | 23.31 | - |
| YUV | 122.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 126 | 0.44 | 0 | 0.12 | 0.44 | 163.13 | 0.29 | 0.44 |
| Hex | 50 | 90 | 7E | 2C | 0 | C | 2C | A3 | 1D | 2C |
| Octal | 120 | 220 | 176 | 54 | 0 | 14 | 54 | 243 | 35 | 54 |
| Binary | 1010000 | 10010000 | 1111110 | 101100 | 0 | 1100 | 101100 | 10100011 | 11101 | 101100 |
Color Harmonies of #50907E
Complementary color
Monochromatic Colors of #50907E
Black with #50907E
Text Example
Text Example
White with #50907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50907E; }
p { color: rgb(80,144,126); }
H1.HeaderClassName
{
color: #50907E;
}
.AnyTagClassName
{
color: #50907E;
}
</style>
background-color css
<style>
a { background-color: #50907E; }
a { background-color: rgb(80,144,126); }
div.DivClassName
{
background-color: #50907E;
}
.BgClassName
{
background-color: #50907E;
}
</style>
border-color css
<style>
span { border-color: #50907E; }
span { border-color: rgb(80,144,126); }
td.TdClassName
{
border-color: #50907E;
}
.TagClassName
{
border-color: #50907E;
}
</style>