Shades of Cabbage Pont #505A48
Tints of Cabbage Pont #505A48
RGB
CMYK
RGB Variations
Color information
#505A48 (or 0x505A48) is known color: Cabbage Pont. HEX triplet: 50, 5A and 48. RGB value is (80,90,72). Sum of RGB (Red+Green+Blue) = 80+90+72=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 90 - color contains mainly: green. Hex color #505A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A48 is #AFA5B7. Grayscale: #555555. Windows color (decimal): -11511224 or 4741712. OLE color: 4741712.
HSL color Cylindrical-coordinate representation of color #505A48: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #505A48 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 90 | 72 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.65 |
| HSL | 93.33º | 0.11% | 0.32% | - |
| HSV(B) | 93.33º | 0.2% | 0.35% | - |
| XYZ | 8.13 | 9.49 | 7.53 | - |
| YUV | 84.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 72 | 0.11 | 0 | 0.20 | 0.65 | 93.33 | 0.11 | 0.32 |
| Hex | 50 | 5A | 48 | B | 0 | 14 | 41 | 5D | B | 20 |
| Octal | 120 | 132 | 110 | 13 | 0 | 24 | 101 | 135 | 13 | 40 |
| Binary | 1010000 | 1011010 | 1001000 | 1011 | 0 | 10100 | 1000001 | 1011101 | 1011 | 100000 |
Color Harmonies of #505A48
Complementary color
Monochromatic Colors of #505A48
Black with #505A48
Text Example
Text Example
White with #505A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A48; }
p { color: rgb(80,90,72); }
H1.HeaderClassName
{
color: #505A48;
}
.AnyTagClassName
{
color: #505A48;
}
</style>
background-color css
<style>
a { background-color: #505A48; }
a { background-color: rgb(80,90,72); }
div.DivClassName
{
background-color: #505A48;
}
.BgClassName
{
background-color: #505A48;
}
</style>
border-color css
<style>
span { border-color: #505A48; }
span { border-color: rgb(80,90,72); }
td.TdClassName
{
border-color: #505A48;
}
.TagClassName
{
border-color: #505A48;
}
</style>