Shades of Cabbage Pont #515C47
Tints of Cabbage Pont #515C47
RGB
CMYK
RGB Variations
Color information
#515C47 (or 0x515C47) is known color: Cabbage Pont. HEX triplet: 51, 5C and 47. RGB value is (81,92,71). Sum of RGB (Red+Green+Blue) = 81+92+71=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #515C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C47 is #AEA3B8. Grayscale: #565656. Windows color (decimal): -11445177 or 4676689. OLE color: 4676689.
HSL color Cylindrical-coordinate representation of color #515C47: hue angle of 91.43º 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 #515C47 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 71 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.64 |
| HSL | 91.43º | 0.13% | 0.32% | - |
| HSV(B) | 91.43º | 0.23% | 0.36% | - |
| XYZ | 8.36 | 9.86 | 7.42 | - |
| YUV | 86.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 71 | 0.12 | 0 | 0.23 | 0.64 | 91.43 | 0.13 | 0.32 |
| Hex | 51 | 5C | 47 | C | 0 | 17 | 40 | 5B | D | 20 |
| Octal | 121 | 134 | 107 | 14 | 0 | 27 | 100 | 133 | 15 | 40 |
| Binary | 1010001 | 1011100 | 1000111 | 1100 | 0 | 10111 | 1000000 | 1011011 | 1101 | 100000 |
Color Harmonies of #515C47
Complementary color
Monochromatic Colors of #515C47
Black with #515C47
Text Example
Text Example
White with #515C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C47; }
p { color: rgb(81,92,71); }
H1.HeaderClassName
{
color: #515C47;
}
.AnyTagClassName
{
color: #515C47;
}
</style>
background-color css
<style>
a { background-color: #515C47; }
a { background-color: rgb(81,92,71); }
div.DivClassName
{
background-color: #515C47;
}
.BgClassName
{
background-color: #515C47;
}
</style>
border-color css
<style>
span { border-color: #515C47; }
span { border-color: rgb(81,92,71); }
td.TdClassName
{
border-color: #515C47;
}
.TagClassName
{
border-color: #515C47;
}
</style>