Shades of Cabbage Pont #505D47
Tints of Cabbage Pont #505D47
RGB
CMYK
RGB Variations
Color information
#505D47 (or 0x505D47) is known color: Cabbage Pont. HEX triplet: 50, 5D and 47. RGB value is (80,93,71). Sum of RGB (Red+Green+Blue) = 80+93+71=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 93 - color contains mainly: green. Hex color #505D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D47 is #AFA2B8. Grayscale: #565656. Windows color (decimal): -11510457 or 4676944. OLE color: 4676944.
HSL color Cylindrical-coordinate representation of color #505D47: hue angle of 95.45º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #505D47 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 71 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.64 |
| HSL | 95.45º | 0.13% | 0.32% | - |
| HSV(B) | 95.45º | 0.24% | 0.36% | - |
| XYZ | 8.36 | 9.99 | 7.45 | - |
| YUV | 86.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 71 | 0.14 | 0 | 0.24 | 0.64 | 95.45 | 0.13 | 0.32 |
| Hex | 50 | 5D | 47 | E | 0 | 18 | 40 | 5F | D | 20 |
| Octal | 120 | 135 | 107 | 16 | 0 | 30 | 100 | 137 | 15 | 40 |
| Binary | 1010000 | 1011101 | 1000111 | 1110 | 0 | 11000 | 1000000 | 1011111 | 1101 | 100000 |
Color Harmonies of #505D47
Complementary color
Monochromatic Colors of #505D47
Black with #505D47
Text Example
Text Example
White with #505D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D47; }
p { color: rgb(80,93,71); }
H1.HeaderClassName
{
color: #505D47;
}
.AnyTagClassName
{
color: #505D47;
}
</style>
background-color css
<style>
a { background-color: #505D47; }
a { background-color: rgb(80,93,71); }
div.DivClassName
{
background-color: #505D47;
}
.BgClassName
{
background-color: #505D47;
}
</style>
border-color css
<style>
span { border-color: #505D47; }
span { border-color: rgb(80,93,71); }
td.TdClassName
{
border-color: #505D47;
}
.TagClassName
{
border-color: #505D47;
}
</style>