Shades of Como #507D66
Tints of Como #507D66
RGB
CMYK
RGB Variations
Color information
#507D66 (or 0x507D66) is known color: Como. HEX triplet: 50, 7D and 66. RGB value is (80,125,102). Sum of RGB (Red+Green+Blue) = 80+125+102=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 125 - color contains mainly: green. Hex color #507D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507D66 is #AF8299. Grayscale: #6C6C6C. Windows color (decimal): -11502234 or 6716752. OLE color: 6716752.
HSL color Cylindrical-coordinate representation of color #507D66: hue angle of 149.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #507D66 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 125 | 102 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.51 |
| HSL | 149.33º | 0.22% | 0.4% | - |
| HSV(B) | 149.33º | 0.36% | 0.49% | - |
| XYZ | 13.04 | 17.33 | 15.23 | - |
| YUV | 108.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 102 | 0.36 | 0 | 0.18 | 0.51 | 149.33 | 0.22 | 0.4 |
| Hex | 50 | 7D | 66 | 24 | 0 | 12 | 33 | 95 | 16 | 28 |
| Octal | 120 | 175 | 146 | 44 | 0 | 22 | 63 | 225 | 26 | 50 |
| Binary | 1010000 | 1111101 | 1100110 | 100100 | 0 | 10010 | 110011 | 10010101 | 10110 | 101000 |
Color Harmonies of #507D66
Complementary color
Monochromatic Colors of #507D66
Black with #507D66
Text Example
Text Example
White with #507D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D66; }
p { color: rgb(80,125,102); }
H1.HeaderClassName
{
color: #507D66;
}
.AnyTagClassName
{
color: #507D66;
}
</style>
background-color css
<style>
a { background-color: #507D66; }
a { background-color: rgb(80,125,102); }
div.DivClassName
{
background-color: #507D66;
}
.BgClassName
{
background-color: #507D66;
}
</style>
border-color css
<style>
span { border-color: #507D66; }
span { border-color: rgb(80,125,102); }
td.TdClassName
{
border-color: #507D66;
}
.TagClassName
{
border-color: #507D66;
}
</style>