Shades of Cabbage Pont #505A46
Tints of Cabbage Pont #505A46
RGB
CMYK
RGB Variations
Color information
#505A46 (or 0x505A46) is known color: Cabbage Pont. HEX triplet: 50, 5A and 46. RGB value is (80,90,70). Sum of RGB (Red+Green+Blue) = 80+90+70=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #505A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A46 is #AFA5B9. Grayscale: #545454. Windows color (decimal): -11511226 or 4610640. OLE color: 4610640.
HSL color Cylindrical-coordinate representation of color #505A46: hue angle of 90º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505A46 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 90 | 70 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.65 |
| HSL | 90º | 0.13% | 0.31% | - |
| HSV(B) | 90º | 0.22% | 0.35% | - |
| XYZ | 8.07 | 9.46 | 7.19 | - |
| YUV | 84.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 70 | 0.11 | 0 | 0.22 | 0.65 | 90 | 0.13 | 0.31 |
| Hex | 50 | 5A | 46 | B | 0 | 16 | 41 | 5A | C | 1F |
| Octal | 120 | 132 | 106 | 13 | 0 | 26 | 101 | 132 | 14 | 37 |
| Binary | 1010000 | 1011010 | 1000110 | 1011 | 0 | 10110 | 1000001 | 1011010 | 1100 | 11111 |
Color Harmonies of #505A46
Complementary color
Monochromatic Colors of #505A46
Black with #505A46
Text Example
Text Example
White with #505A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A46; }
p { color: rgb(80,90,70); }
H1.HeaderClassName
{
color: #505A46;
}
.AnyTagClassName
{
color: #505A46;
}
</style>
background-color css
<style>
a { background-color: #505A46; }
a { background-color: rgb(80,90,70); }
div.DivClassName
{
background-color: #505A46;
}
.BgClassName
{
background-color: #505A46;
}
</style>
border-color css
<style>
span { border-color: #505A46; }
span { border-color: rgb(80,90,70); }
td.TdClassName
{
border-color: #505A46;
}
.TagClassName
{
border-color: #505A46;
}
</style>