Shades of Cabbage Pont #515B46
Tints of Cabbage Pont #515B46
RGB
CMYK
RGB Variations
Color information
#515B46 (or 0x515B46) is known color: Cabbage Pont. HEX triplet: 51, 5B and 46. RGB value is (81,91,70). Sum of RGB (Red+Green+Blue) = 81+91+70=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #515B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B46 is #AEA4B9. Grayscale: #555555. Windows color (decimal): -11445434 or 4610897. OLE color: 4610897.
HSL color Cylindrical-coordinate representation of color #515B46: hue angle of 88.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #515B46 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 70 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.64 |
| HSL | 88.57º | 0.13% | 0.32% | - |
| HSV(B) | 88.57º | 0.23% | 0.36% | - |
| XYZ | 8.24 | 9.67 | 7.23 | - |
| YUV | 85.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 70 | 0.11 | 0 | 0.23 | 0.64 | 88.57 | 0.13 | 0.32 |
| Hex | 51 | 5B | 46 | B | 0 | 17 | 40 | 59 | D | 20 |
| Octal | 121 | 133 | 106 | 13 | 0 | 27 | 100 | 131 | 15 | 40 |
| Binary | 1010001 | 1011011 | 1000110 | 1011 | 0 | 10111 | 1000000 | 1011001 | 1101 | 100000 |
Color Harmonies of #515B46
Complementary color
Monochromatic Colors of #515B46
Black with #515B46
Text Example
Text Example
White with #515B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B46; }
p { color: rgb(81,91,70); }
H1.HeaderClassName
{
color: #515B46;
}
.AnyTagClassName
{
color: #515B46;
}
</style>
background-color css
<style>
a { background-color: #515B46; }
a { background-color: rgb(81,91,70); }
div.DivClassName
{
background-color: #515B46;
}
.BgClassName
{
background-color: #515B46;
}
</style>
border-color css
<style>
span { border-color: #515B46; }
span { border-color: rgb(81,91,70); }
td.TdClassName
{
border-color: #515B46;
}
.TagClassName
{
border-color: #515B46;
}
</style>