Shades of Como #507D63
Tints of Como #507D63
RGB
CMYK
RGB Variations
Color information
#507D63 (or 0x507D63) is known color: Como. HEX triplet: 50, 7D and 63. RGB value is (80,125,99). Sum of RGB (Red+Green+Blue) = 80+125+99=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #507D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507D63 is #AF829C. Grayscale: #6C6C6C. Windows color (decimal): -11502237 or 6520144. OLE color: 6520144.
HSL color Cylindrical-coordinate representation of color #507D63: hue angle of 145.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 #507D63 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 125 | 99 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.51 |
| HSL | 145.33º | 0.22% | 0.4% | - |
| HSV(B) | 145.33º | 0.36% | 0.49% | - |
| XYZ | 12.89 | 17.27 | 14.46 | - |
| YUV | 108.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 99 | 0.36 | 0 | 0.21 | 0.51 | 145.33 | 0.22 | 0.4 |
| Hex | 50 | 7D | 63 | 24 | 0 | 15 | 33 | 91 | 16 | 28 |
| Octal | 120 | 175 | 143 | 44 | 0 | 25 | 63 | 221 | 26 | 50 |
| Binary | 1010000 | 1111101 | 1100011 | 100100 | 0 | 10101 | 110011 | 10010001 | 10110 | 101000 |
Color Harmonies of #507D63
Complementary color
Monochromatic Colors of #507D63
Black with #507D63
Text Example
Text Example
White with #507D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D63; }
p { color: rgb(80,125,99); }
H1.HeaderClassName
{
color: #507D63;
}
.AnyTagClassName
{
color: #507D63;
}
</style>
background-color css
<style>
a { background-color: #507D63; }
a { background-color: rgb(80,125,99); }
div.DivClassName
{
background-color: #507D63;
}
.BgClassName
{
background-color: #507D63;
}
</style>
border-color css
<style>
span { border-color: #507D63; }
span { border-color: rgb(80,125,99); }
td.TdClassName
{
border-color: #507D63;
}
.TagClassName
{
border-color: #507D63;
}
</style>