Shades of Lochinvar #50927C
Tints of Lochinvar #50927C
RGB
CMYK
RGB Variations
Color information
#50927C (or 0x50927C) is known color: Lochinvar. HEX triplet: 50, 92 and 7C. RGB value is (80,146,124). Sum of RGB (Red+Green+Blue) = 80+146+124=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #50927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50927C is #AF6D83. Grayscale: #7B7B7B. Windows color (decimal): -11496836 or 8163920. OLE color: 8163920.
HSL color Cylindrical-coordinate representation of color #50927C: hue angle of 160º 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 #50927C is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 124 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.43 |
| HSL | 160º | 0.29% | 0.44% | - |
| HSV(B) | 160º | 0.45% | 0.57% | - |
| XYZ | 17.23 | 23.72 | 22.74 | - |
| YUV | 123.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 124 | 0.45 | 0 | 0.15 | 0.43 | 160 | 0.29 | 0.44 |
| Hex | 50 | 92 | 7C | 2D | 0 | F | 2B | A0 | 1D | 2C |
| Octal | 120 | 222 | 174 | 55 | 0 | 17 | 53 | 240 | 35 | 54 |
| Binary | 1010000 | 10010010 | 1111100 | 101101 | 0 | 1111 | 101011 | 10100000 | 11101 | 101100 |
Color Harmonies of #50927C
Complementary color
Monochromatic Colors of #50927C
Black with #50927C
Text Example
Text Example
White with #50927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50927C; }
p { color: rgb(80,146,124); }
H1.HeaderClassName
{
color: #50927C;
}
.AnyTagClassName
{
color: #50927C;
}
</style>
background-color css
<style>
a { background-color: #50927C; }
a { background-color: rgb(80,146,124); }
div.DivClassName
{
background-color: #50927C;
}
.BgClassName
{
background-color: #50927C;
}
</style>
border-color css
<style>
span { border-color: #50927C; }
span { border-color: rgb(80,146,124); }
td.TdClassName
{
border-color: #50927C;
}
.TagClassName
{
border-color: #50927C;
}
</style>