Shades of Como #507F60
Tints of Como #507F60
RGB
CMYK
RGB Variations
Color information
#507F60 (or 0x507F60) is known color: Como. HEX triplet: 50, 7F and 60. RGB value is (80,127,96). Sum of RGB (Red+Green+Blue) = 80+127+96=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #507F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F60 is #AF809F. Grayscale: #6D6D6D. Windows color (decimal): -11501728 or 6324048. OLE color: 6324048.
HSL color Cylindrical-coordinate representation of color #507F60: hue angle of 140.43º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F60 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 96 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.50 |
| HSL | 140.43º | 0.23% | 0.41% | - |
| HSV(B) | 140.43º | 0.37% | 0.5% | - |
| XYZ | 13.01 | 17.73 | 13.8 | - |
| YUV | 109.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 96 | 0.37 | 0 | 0.24 | 0.50 | 140.43 | 0.23 | 0.41 |
| Hex | 50 | 7F | 60 | 25 | 0 | 18 | 32 | 8C | 17 | 29 |
| Octal | 120 | 177 | 140 | 45 | 0 | 30 | 62 | 214 | 27 | 51 |
| Binary | 1010000 | 1111111 | 1100000 | 100101 | 0 | 11000 | 110010 | 10001100 | 10111 | 101001 |
Color Harmonies of #507F60
Complementary color
Monochromatic Colors of #507F60
Black with #507F60
Text Example
Text Example
White with #507F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F60; }
p { color: rgb(80,127,96); }
H1.HeaderClassName
{
color: #507F60;
}
.AnyTagClassName
{
color: #507F60;
}
</style>
background-color css
<style>
a { background-color: #507F60; }
a { background-color: rgb(80,127,96); }
div.DivClassName
{
background-color: #507F60;
}
.BgClassName
{
background-color: #507F60;
}
</style>
border-color css
<style>
span { border-color: #507F60; }
span { border-color: rgb(80,127,96); }
td.TdClassName
{
border-color: #507F60;
}
.TagClassName
{
border-color: #507F60;
}
</style>