Shades of Cabbage Pont #51544D
Tints of Cabbage Pont #51544D
RGB
CMYK
RGB Variations
Color information
#51544D (or 0x51544D) is known color: Cabbage Pont. HEX triplet: 51, 54 and 4D. RGB value is (81,84,77). Sum of RGB (Red+Green+Blue) = 81+84+77=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 84 - color contains mainly: green. Hex color #51544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51544D is #AEABB2. Grayscale: #525252. Windows color (decimal): -11447219 or 5067857. OLE color: 5067857.
HSL color Cylindrical-coordinate representation of color #51544D: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #51544D is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 77 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.67 |
| HSL | 85.71º | 0.04% | 0.32% | - |
| HSV(B) | 85.71º | 0.08% | 0.33% | - |
| XYZ | 7.9 | 8.63 | 8.27 | - |
| YUV | 82.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 77 | 0.04 | 0 | 0.08 | 0.67 | 85.71 | 0.04 | 0.32 |
| Hex | 51 | 54 | 4D | 4 | 0 | 8 | 43 | 56 | 4 | 20 |
| Octal | 121 | 124 | 115 | 4 | 0 | 10 | 103 | 126 | 4 | 40 |
| Binary | 1010001 | 1010100 | 1001101 | 100 | 0 | 1000 | 1000011 | 1010110 | 100 | 100000 |
Color Harmonies of #51544D
Complementary color
Monochromatic Colors of #51544D
Black with #51544D
Text Example
Text Example
White with #51544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51544D; }
p { color: rgb(81,84,77); }
H1.HeaderClassName
{
color: #51544D;
}
.AnyTagClassName
{
color: #51544D;
}
</style>
background-color css
<style>
a { background-color: #51544D; }
a { background-color: rgb(81,84,77); }
div.DivClassName
{
background-color: #51544D;
}
.BgClassName
{
background-color: #51544D;
}
</style>
border-color css
<style>
span { border-color: #51544D; }
span { border-color: rgb(81,84,77); }
td.TdClassName
{
border-color: #51544D;
}
.TagClassName
{
border-color: #51544D;
}
</style>