Shades of Lochinvar #50907F
Tints of Lochinvar #50907F
RGB
CMYK
RGB Variations
Color information
#50907F (or 0x50907F) is known color: Lochinvar. HEX triplet: 50, 90 and 7F. RGB value is (80,144,127). Sum of RGB (Red+Green+Blue) = 80+144+127=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #50907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50907F is #AF6F80. Grayscale: #7A7A7A. Windows color (decimal): -11497345 or 8360016. OLE color: 8360016.
HSL color Cylindrical-coordinate representation of color #50907F: hue angle of 164.06º 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 #50907F is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 127 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.44 |
| HSL | 164.06º | 0.29% | 0.44% | - |
| HSV(B) | 164.06º | 0.44% | 0.56% | - |
| XYZ | 17.11 | 23.18 | 23.65 | - |
| YUV | 122.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 127 | 0.44 | 0 | 0.12 | 0.44 | 164.06 | 0.29 | 0.44 |
| Hex | 50 | 90 | 7F | 2C | 0 | C | 2C | A4 | 1D | 2C |
| Octal | 120 | 220 | 177 | 54 | 0 | 14 | 54 | 244 | 35 | 54 |
| Binary | 1010000 | 10010000 | 1111111 | 101100 | 0 | 1100 | 101100 | 10100100 | 11101 | 101100 |
Color Harmonies of #50907F
Complementary color
Monochromatic Colors of #50907F
Black with #50907F
Text Example
Text Example
White with #50907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50907F; }
p { color: rgb(80,144,127); }
H1.HeaderClassName
{
color: #50907F;
}
.AnyTagClassName
{
color: #50907F;
}
</style>
background-color css
<style>
a { background-color: #50907F; }
a { background-color: rgb(80,144,127); }
div.DivClassName
{
background-color: #50907F;
}
.BgClassName
{
background-color: #50907F;
}
</style>
border-color css
<style>
span { border-color: #50907F; }
span { border-color: rgb(80,144,127); }
td.TdClassName
{
border-color: #50907F;
}
.TagClassName
{
border-color: #50907F;
}
</style>