Shades of Lochinvar #50917A
Tints of Lochinvar #50917A
RGB
CMYK
RGB Variations
Color information
#50917A (or 0x50917A) is known color: Lochinvar. HEX triplet: 50, 91 and 7A. RGB value is (80,145,122). Sum of RGB (Red+Green+Blue) = 80+145+122=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #50917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50917A is #AF6E85. Grayscale: #7A7A7A. Windows color (decimal): -11497094 or 8032592. OLE color: 8032592.
HSL color Cylindrical-coordinate representation of color #50917A: hue angle of 158.77º 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 #50917A is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 122 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.43 |
| HSL | 158.77º | 0.29% | 0.44% | - |
| HSV(B) | 158.77º | 0.45% | 0.57% | - |
| XYZ | 16.95 | 23.36 | 22.03 | - |
| YUV | 122.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 122 | 0.45 | 0 | 0.16 | 0.43 | 158.77 | 0.29 | 0.44 |
| Hex | 50 | 91 | 7A | 2D | 0 | 10 | 2B | 9F | 1D | 2C |
| Octal | 120 | 221 | 172 | 55 | 0 | 20 | 53 | 237 | 35 | 54 |
| Binary | 1010000 | 10010001 | 1111010 | 101101 | 0 | 10000 | 101011 | 10011111 | 11101 | 101100 |
Color Harmonies of #50917A
Complementary color
Monochromatic Colors of #50917A
Black with #50917A
Text Example
Text Example
White with #50917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50917A; }
p { color: rgb(80,145,122); }
H1.HeaderClassName
{
color: #50917A;
}
.AnyTagClassName
{
color: #50917A;
}
</style>
background-color css
<style>
a { background-color: #50917A; }
a { background-color: rgb(80,145,122); }
div.DivClassName
{
background-color: #50917A;
}
.BgClassName
{
background-color: #50917A;
}
</style>
border-color css
<style>
span { border-color: #50917A; }
span { border-color: rgb(80,145,122); }
td.TdClassName
{
border-color: #50917A;
}
.TagClassName
{
border-color: #50917A;
}
</style>