Shades of Cabbage Pont #506341
Tints of Cabbage Pont #506341
RGB
CMYK
RGB Variations
Color information
#506341 (or 0x506341) is known color: Cabbage Pont. HEX triplet: 50, 63 and 41. RGB value is (80,99,65). Sum of RGB (Red+Green+Blue) = 80+99+65=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #506341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506341 is #AF9CBE. Grayscale: #595959. Windows color (decimal): -11508927 or 4285264. OLE color: 4285264.
HSL color Cylindrical-coordinate representation of color #506341: hue angle of 93.53º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506341 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 99 | 65 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.61 |
| HSL | 93.53º | 0.21% | 0.32% | - |
| HSV(B) | 93.53º | 0.34% | 0.39% | - |
| XYZ | 8.72 | 11.01 | 6.67 | - |
| YUV | 89.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 65 | 0.19 | 0 | 0.34 | 0.61 | 93.53 | 0.21 | 0.32 |
| Hex | 50 | 63 | 41 | 13 | 0 | 22 | 3D | 5E | 15 | 20 |
| Octal | 120 | 143 | 101 | 23 | 0 | 42 | 75 | 136 | 25 | 40 |
| Binary | 1010000 | 1100011 | 1000001 | 10011 | 0 | 100010 | 111101 | 1011110 | 10101 | 100000 |
Color Harmonies of #506341
Complementary color
Monochromatic Colors of #506341
Black with #506341
Text Example
Text Example
White with #506341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506341; }
p { color: rgb(80,99,65); }
H1.HeaderClassName
{
color: #506341;
}
.AnyTagClassName
{
color: #506341;
}
</style>
background-color css
<style>
a { background-color: #506341; }
a { background-color: rgb(80,99,65); }
div.DivClassName
{
background-color: #506341;
}
.BgClassName
{
background-color: #506341;
}
</style>
border-color css
<style>
span { border-color: #506341; }
span { border-color: rgb(80,99,65); }
td.TdClassName
{
border-color: #506341;
}
.TagClassName
{
border-color: #506341;
}
</style>