Shades of Cabbage Pont #506041
Tints of Cabbage Pont #506041
RGB
CMYK
RGB Variations
Color information
#506041 (or 0x506041) is known color: Cabbage Pont. HEX triplet: 50, 60 and 41. RGB value is (80,96,65). Sum of RGB (Red+Green+Blue) = 80+96+65=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #506041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506041 is #AF9FBE. Grayscale: #575757. Windows color (decimal): -11509695 or 4284496. OLE color: 4284496.
HSL color Cylindrical-coordinate representation of color #506041: hue angle of 90.97º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506041 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 65 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.62 |
| HSL | 90.97º | 0.19% | 0.32% | - |
| HSV(B) | 90.97º | 0.32% | 0.38% | - |
| XYZ | 8.45 | 10.45 | 6.57 | - |
| YUV | 87.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 65 | 0.17 | 0 | 0.32 | 0.62 | 90.97 | 0.19 | 0.32 |
| Hex | 50 | 60 | 41 | 11 | 0 | 20 | 3E | 5B | 13 | 20 |
| Octal | 120 | 140 | 101 | 21 | 0 | 40 | 76 | 133 | 23 | 40 |
| Binary | 1010000 | 1100000 | 1000001 | 10001 | 0 | 100000 | 111110 | 1011011 | 10011 | 100000 |
Color Harmonies of #506041
Complementary color
Monochromatic Colors of #506041
Black with #506041
Text Example
Text Example
White with #506041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506041; }
p { color: rgb(80,96,65); }
H1.HeaderClassName
{
color: #506041;
}
.AnyTagClassName
{
color: #506041;
}
</style>
background-color css
<style>
a { background-color: #506041; }
a { background-color: rgb(80,96,65); }
div.DivClassName
{
background-color: #506041;
}
.BgClassName
{
background-color: #506041;
}
</style>
border-color css
<style>
span { border-color: #506041; }
span { border-color: rgb(80,96,65); }
td.TdClassName
{
border-color: #506041;
}
.TagClassName
{
border-color: #506041;
}
</style>