Shades of Como #507E60
Tints of Como #507E60
RGB
CMYK
RGB Variations
Color information
#507E60 (or 0x507E60) is known color: Como. HEX triplet: 50, 7E and 60. RGB value is (80,126,96). Sum of RGB (Red+Green+Blue) = 80+126+96=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #507E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507E60 is #AF819F. Grayscale: #6C6C6C. Windows color (decimal): -11501984 or 6323792. OLE color: 6323792.
HSL color Cylindrical-coordinate representation of color #507E60: hue angle of 140.87º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507E60 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 126 | 96 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.51 |
| HSL | 140.87º | 0.22% | 0.4% | - |
| HSV(B) | 140.87º | 0.37% | 0.49% | - |
| XYZ | 12.88 | 17.47 | 13.76 | - |
| YUV | 108.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 96 | 0.37 | 0 | 0.24 | 0.51 | 140.87 | 0.22 | 0.4 |
| Hex | 50 | 7E | 60 | 25 | 0 | 18 | 33 | 8D | 16 | 28 |
| Octal | 120 | 176 | 140 | 45 | 0 | 30 | 63 | 215 | 26 | 50 |
| Binary | 1010000 | 1111110 | 1100000 | 100101 | 0 | 11000 | 110011 | 10001101 | 10110 | 101000 |
Color Harmonies of #507E60
Complementary color
Monochromatic Colors of #507E60
Black with #507E60
Text Example
Text Example
White with #507E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E60; }
p { color: rgb(80,126,96); }
H1.HeaderClassName
{
color: #507E60;
}
.AnyTagClassName
{
color: #507E60;
}
</style>
background-color css
<style>
a { background-color: #507E60; }
a { background-color: rgb(80,126,96); }
div.DivClassName
{
background-color: #507E60;
}
.BgClassName
{
background-color: #507E60;
}
</style>
border-color css
<style>
span { border-color: #507E60; }
span { border-color: rgb(80,126,96); }
td.TdClassName
{
border-color: #507E60;
}
.TagClassName
{
border-color: #507E60;
}
</style>