Shades of Cabbage Pont #505C46
Tints of Cabbage Pont #505C46
RGB
CMYK
RGB Variations
Color information
#505C46 (or 0x505C46) is known color: Cabbage Pont. HEX triplet: 50, 5C and 46. RGB value is (80,92,70). Sum of RGB (Red+Green+Blue) = 80+92+70=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 92 - color contains mainly: green. Hex color #505C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505C46 is #AFA3B9. Grayscale: #555555. Windows color (decimal): -11510714 or 4611152. OLE color: 4611152.
HSL color Cylindrical-coordinate representation of color #505C46: hue angle of 92.73º degrees, saturation: 0.14, 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 #505C46 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 70 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.64 |
| HSL | 92.73º | 0.14% | 0.32% | - |
| HSV(B) | 92.73º | 0.24% | 0.36% | - |
| XYZ | 8.24 | 9.8 | 7.25 | - |
| YUV | 85.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 70 | 0.13 | 0 | 0.24 | 0.64 | 92.73 | 0.14 | 0.32 |
| Hex | 50 | 5C | 46 | D | 0 | 18 | 40 | 5D | E | 20 |
| Octal | 120 | 134 | 106 | 15 | 0 | 30 | 100 | 135 | 16 | 40 |
| Binary | 1010000 | 1011100 | 1000110 | 1101 | 0 | 11000 | 1000000 | 1011101 | 1110 | 100000 |
Color Harmonies of #505C46
Complementary color
Monochromatic Colors of #505C46
Black with #505C46
Text Example
Text Example
White with #505C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C46; }
p { color: rgb(80,92,70); }
H1.HeaderClassName
{
color: #505C46;
}
.AnyTagClassName
{
color: #505C46;
}
</style>
background-color css
<style>
a { background-color: #505C46; }
a { background-color: rgb(80,92,70); }
div.DivClassName
{
background-color: #505C46;
}
.BgClassName
{
background-color: #505C46;
}
</style>
border-color css
<style>
span { border-color: #505C46; }
span { border-color: rgb(80,92,70); }
td.TdClassName
{
border-color: #505C46;
}
.TagClassName
{
border-color: #505C46;
}
</style>