Shades of Lochinvar #50997F
Tints of Lochinvar #50997F
RGB
CMYK
RGB Variations
Color information
#50997F (or 0x50997F) is known color: Lochinvar. HEX triplet: 50, 99 and 7F. RGB value is (80,153,127). Sum of RGB (Red+Green+Blue) = 80+153+127=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #50997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50997F is #AF6680. Grayscale: #808080. Windows color (decimal): -11495041 or 8362320. OLE color: 8362320.
HSL color Cylindrical-coordinate representation of color #50997F: hue angle of 158.63º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50997F is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 127 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.4 |
| HSL | 158.63º | 0.31% | 0.46% | - |
| HSV(B) | 158.63º | 0.48% | 0.6% | - |
| XYZ | 18.53 | 26.02 | 24.12 | - |
| YUV | 128.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 127 | 0.48 | 0 | 0.17 | 0.4 | 158.63 | 0.31 | 0.46 |
| Hex | 50 | 99 | 7F | 30 | 0 | 11 | 28 | 9F | 1F | 2E |
| Octal | 120 | 231 | 177 | 60 | 0 | 21 | 50 | 237 | 37 | 56 |
| Binary | 1010000 | 10011001 | 1111111 | 110000 | 0 | 10001 | 101000 | 10011111 | 11111 | 101110 |
Color Harmonies of #50997F
Complementary color
Monochromatic Colors of #50997F
Black with #50997F
Text Example
Text Example
White with #50997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50997F; }
p { color: rgb(80,153,127); }
H1.HeaderClassName
{
color: #50997F;
}
.AnyTagClassName
{
color: #50997F;
}
</style>
background-color css
<style>
a { background-color: #50997F; }
a { background-color: rgb(80,153,127); }
div.DivClassName
{
background-color: #50997F;
}
.BgClassName
{
background-color: #50997F;
}
</style>
border-color css
<style>
span { border-color: #50997F; }
span { border-color: rgb(80,153,127); }
td.TdClassName
{
border-color: #50997F;
}
.TagClassName
{
border-color: #50997F;
}
</style>