Shades of Lochinvar #50927E
Tints of Lochinvar #50927E
RGB
CMYK
RGB Variations
Color information
#50927E (or 0x50927E) is known color: Lochinvar. HEX triplet: 50, 92 and 7E. RGB value is (80,146,126). Sum of RGB (Red+Green+Blue) = 80+146+126=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #50927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50927E is #AF6D81. Grayscale: #7C7C7C. Windows color (decimal): -11496834 or 8294992. OLE color: 8294992.
HSL color Cylindrical-coordinate representation of color #50927E: hue angle of 161.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50927E is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 126 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.43 |
| HSL | 161.82º | 0.29% | 0.44% | - |
| HSV(B) | 161.82º | 0.45% | 0.57% | - |
| XYZ | 17.35 | 23.77 | 23.41 | - |
| YUV | 123.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 126 | 0.45 | 0 | 0.14 | 0.43 | 161.82 | 0.29 | 0.44 |
| Hex | 50 | 92 | 7E | 2D | 0 | E | 2B | A2 | 1D | 2C |
| Octal | 120 | 222 | 176 | 55 | 0 | 16 | 53 | 242 | 35 | 54 |
| Binary | 1010000 | 10010010 | 1111110 | 101101 | 0 | 1110 | 101011 | 10100010 | 11101 | 101100 |
Color Harmonies of #50927E
Complementary color
Monochromatic Colors of #50927E
Black with #50927E
Text Example
Text Example
White with #50927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50927E; }
p { color: rgb(80,146,126); }
H1.HeaderClassName
{
color: #50927E;
}
.AnyTagClassName
{
color: #50927E;
}
</style>
background-color css
<style>
a { background-color: #50927E; }
a { background-color: rgb(80,146,126); }
div.DivClassName
{
background-color: #50927E;
}
.BgClassName
{
background-color: #50927E;
}
</style>
border-color css
<style>
span { border-color: #50927E; }
span { border-color: rgb(80,146,126); }
td.TdClassName
{
border-color: #50927E;
}
.TagClassName
{
border-color: #50927E;
}
</style>