Shades of Cabbage Pont #505E45
Tints of Cabbage Pont #505E45
RGB
CMYK
RGB Variations
Color information
#505E45 (or 0x505E45) is known color: Cabbage Pont. HEX triplet: 50, 5E and 45. RGB value is (80,94,69). Sum of RGB (Red+Green+Blue) = 80+94+69=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 94 - color contains mainly: green. Hex color #505E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505E45 is #AFA1BA. Grayscale: #575757. Windows color (decimal): -11510203 or 4546128. OLE color: 4546128.
HSL color Cylindrical-coordinate representation of color #505E45: hue angle of 93.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #505E45 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 94 | 69 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.63 |
| HSL | 93.6º | 0.15% | 0.32% | - |
| HSV(B) | 93.6º | 0.27% | 0.37% | - |
| XYZ | 8.39 | 10.14 | 7.15 | - |
| YUV | 86.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 69 | 0.15 | 0 | 0.27 | 0.63 | 93.6 | 0.15 | 0.32 |
| Hex | 50 | 5E | 45 | F | 0 | 1B | 3F | 5E | F | 20 |
| Octal | 120 | 136 | 105 | 17 | 0 | 33 | 77 | 136 | 17 | 40 |
| Binary | 1010000 | 1011110 | 1000101 | 1111 | 0 | 11011 | 111111 | 1011110 | 1111 | 100000 |
Color Harmonies of #505E45
Complementary color
Monochromatic Colors of #505E45
Black with #505E45
Text Example
Text Example
White with #505E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E45; }
p { color: rgb(80,94,69); }
H1.HeaderClassName
{
color: #505E45;
}
.AnyTagClassName
{
color: #505E45;
}
</style>
background-color css
<style>
a { background-color: #505E45; }
a { background-color: rgb(80,94,69); }
div.DivClassName
{
background-color: #505E45;
}
.BgClassName
{
background-color: #505E45;
}
</style>
border-color css
<style>
span { border-color: #505E45; }
span { border-color: rgb(80,94,69); }
td.TdClassName
{
border-color: #505E45;
}
.TagClassName
{
border-color: #505E45;
}
</style>