Shades of Cabbage Pont #505E43
Tints of Cabbage Pont #505E43
RGB
CMYK
RGB Variations
Color information
#505E43 (or 0x505E43) is known color: Cabbage Pont. HEX triplet: 50, 5E and 43. RGB value is (80,94,67). Sum of RGB (Red+Green+Blue) = 80+94+67=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #505E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505E43 is #AFA1BC. Grayscale: #565656. Windows color (decimal): -11510205 or 4415056. OLE color: 4415056.
HSL color Cylindrical-coordinate representation of color #505E43: hue angle of 91.11º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505E43 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 94 | 67 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.63 |
| HSL | 91.11º | 0.17% | 0.32% | - |
| HSV(B) | 91.11º | 0.29% | 0.37% | - |
| XYZ | 8.32 | 10.12 | 6.82 | - |
| YUV | 86.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 67 | 0.15 | 0 | 0.29 | 0.63 | 91.11 | 0.17 | 0.32 |
| Hex | 50 | 5E | 43 | F | 0 | 1D | 3F | 5B | 11 | 20 |
| Octal | 120 | 136 | 103 | 17 | 0 | 35 | 77 | 133 | 21 | 40 |
| Binary | 1010000 | 1011110 | 1000011 | 1111 | 0 | 11101 | 111111 | 1011011 | 10001 | 100000 |
Color Harmonies of #505E43
Complementary color
Monochromatic Colors of #505E43
Black with #505E43
Text Example
Text Example
White with #505E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E43; }
p { color: rgb(80,94,67); }
H1.HeaderClassName
{
color: #505E43;
}
.AnyTagClassName
{
color: #505E43;
}
</style>
background-color css
<style>
a { background-color: #505E43; }
a { background-color: rgb(80,94,67); }
div.DivClassName
{
background-color: #505E43;
}
.BgClassName
{
background-color: #505E43;
}
</style>
border-color css
<style>
span { border-color: #505E43; }
span { border-color: rgb(80,94,67); }
td.TdClassName
{
border-color: #505E43;
}
.TagClassName
{
border-color: #505E43;
}
</style>