Shades of Cabbage Pont #505D46
Tints of Cabbage Pont #505D46
RGB
CMYK
RGB Variations
Color information
#505D46 (or 0x505D46) is known color: Cabbage Pont. HEX triplet: 50, 5D and 46. RGB value is (80,93,70). Sum of RGB (Red+Green+Blue) = 80+93+70=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #505D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D46 is #AFA2B9. Grayscale: #565656. Windows color (decimal): -11510458 or 4611408. OLE color: 4611408.
HSL color Cylindrical-coordinate representation of color #505D46: hue angle of 93.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505D46 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 70 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.64 |
| HSL | 93.91º | 0.14% | 0.32% | - |
| HSV(B) | 93.91º | 0.25% | 0.36% | - |
| XYZ | 8.33 | 9.98 | 7.28 | - |
| YUV | 86.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 70 | 0.14 | 0 | 0.25 | 0.64 | 93.91 | 0.14 | 0.32 |
| Hex | 50 | 5D | 46 | E | 0 | 19 | 40 | 5E | E | 20 |
| Octal | 120 | 135 | 106 | 16 | 0 | 31 | 100 | 136 | 16 | 40 |
| Binary | 1010000 | 1011101 | 1000110 | 1110 | 0 | 11001 | 1000000 | 1011110 | 1110 | 100000 |
Color Harmonies of #505D46
Complementary color
Monochromatic Colors of #505D46
Black with #505D46
Text Example
Text Example
White with #505D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D46; }
p { color: rgb(80,93,70); }
H1.HeaderClassName
{
color: #505D46;
}
.AnyTagClassName
{
color: #505D46;
}
</style>
background-color css
<style>
a { background-color: #505D46; }
a { background-color: rgb(80,93,70); }
div.DivClassName
{
background-color: #505D46;
}
.BgClassName
{
background-color: #505D46;
}
</style>
border-color css
<style>
span { border-color: #505D46; }
span { border-color: rgb(80,93,70); }
td.TdClassName
{
border-color: #505D46;
}
.TagClassName
{
border-color: #505D46;
}
</style>