Shades of Cabbage Pont #51564C
Tints of Cabbage Pont #51564C
RGB
CMYK
RGB Variations
Color information
#51564C (or 0x51564C) is known color: Cabbage Pont. HEX triplet: 51, 56 and 4C. RGB value is (81,86,76). Sum of RGB (Red+Green+Blue) = 81+86+76=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #51564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51564C is #AEA9B3. Grayscale: #535353. Windows color (decimal): -11446708 or 5002833. OLE color: 5002833.
HSL color Cylindrical-coordinate representation of color #51564C: hue angle of 90º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51564C is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 86 | 76 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.66 |
| HSL | 90º | 0.06% | 0.32% | - |
| HSV(B) | 90º | 0.12% | 0.34% | - |
| XYZ | 8.03 | 8.93 | 8.14 | - |
| YUV | 83.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 76 | 0.06 | 0 | 0.12 | 0.66 | 90 | 0.06 | 0.32 |
| Hex | 51 | 56 | 4C | 6 | 0 | C | 42 | 5A | 6 | 20 |
| Octal | 121 | 126 | 114 | 6 | 0 | 14 | 102 | 132 | 6 | 40 |
| Binary | 1010001 | 1010110 | 1001100 | 110 | 0 | 1100 | 1000010 | 1011010 | 110 | 100000 |
Color Harmonies of #51564C
Complementary color
Monochromatic Colors of #51564C
Black with #51564C
Text Example
Text Example
White with #51564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51564C; }
p { color: rgb(81,86,76); }
H1.HeaderClassName
{
color: #51564C;
}
.AnyTagClassName
{
color: #51564C;
}
</style>
background-color css
<style>
a { background-color: #51564C; }
a { background-color: rgb(81,86,76); }
div.DivClassName
{
background-color: #51564C;
}
.BgClassName
{
background-color: #51564C;
}
</style>
border-color css
<style>
span { border-color: #51564C; }
span { border-color: rgb(81,86,76); }
td.TdClassName
{
border-color: #51564C;
}
.TagClassName
{
border-color: #51564C;
}
</style>