Shades of Cabbage Pont #51574A
Tints of Cabbage Pont #51574A
RGB
CMYK
RGB Variations
Color information
#51574A (or 0x51574A) is known color: Cabbage Pont. HEX triplet: 51, 57 and 4A. RGB value is (81,87,74). Sum of RGB (Red+Green+Blue) = 81+87+74=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #51574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51574A is #AEA8B5. Grayscale: #535353. Windows color (decimal): -11446454 or 4872017. OLE color: 4872017.
HSL color Cylindrical-coordinate representation of color #51574A: hue angle of 87.69º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #51574A is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 74 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.66 |
| HSL | 87.69º | 0.08% | 0.32% | - |
| HSV(B) | 87.69º | 0.15% | 0.34% | - |
| XYZ | 8.04 | 9.06 | 7.8 | - |
| YUV | 83.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 74 | 0.07 | 0 | 0.15 | 0.66 | 87.69 | 0.08 | 0.32 |
| Hex | 51 | 57 | 4A | 7 | 0 | F | 42 | 58 | 8 | 20 |
| Octal | 121 | 127 | 112 | 7 | 0 | 17 | 102 | 130 | 10 | 40 |
| Binary | 1010001 | 1010111 | 1001010 | 111 | 0 | 1111 | 1000010 | 1011000 | 1000 | 100000 |
Color Harmonies of #51574A
Complementary color
Monochromatic Colors of #51574A
Black with #51574A
Text Example
Text Example
White with #51574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51574A; }
p { color: rgb(81,87,74); }
H1.HeaderClassName
{
color: #51574A;
}
.AnyTagClassName
{
color: #51574A;
}
</style>
background-color css
<style>
a { background-color: #51574A; }
a { background-color: rgb(81,87,74); }
div.DivClassName
{
background-color: #51574A;
}
.BgClassName
{
background-color: #51574A;
}
</style>
border-color css
<style>
span { border-color: #51574A; }
span { border-color: rgb(81,87,74); }
td.TdClassName
{
border-color: #51574A;
}
.TagClassName
{
border-color: #51574A;
}
</style>