Shades of Cabbage Pont #545751
Tints of Cabbage Pont #545751
RGB
CMYK
RGB Variations
Color information
#545751 (or 0x545751) is known color: Cabbage Pont. HEX triplet: 54, 57 and 51. RGB value is (84,87,81). Sum of RGB (Red+Green+Blue) = 84+87+81=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 87 - color contains mainly: green. Hex color #545751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545751 is #ABA8AE. Grayscale: #555555. Windows color (decimal): -11249839 or 5330772. OLE color: 5330772.
HSL color Cylindrical-coordinate representation of color #545751: hue angle of 90º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #545751 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 81 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.66 |
| HSL | 90º | 0.04% | 0.33% | - |
| HSV(B) | 90º | 0.07% | 0.34% | - |
| XYZ | 8.55 | 9.3 | 9.13 | - |
| YUV | 85.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 81 | 0.03 | 0 | 0.07 | 0.66 | 90 | 0.04 | 0.33 |
| Hex | 54 | 57 | 51 | 3 | 0 | 7 | 42 | 5A | 4 | 21 |
| Octal | 124 | 127 | 121 | 3 | 0 | 7 | 102 | 132 | 4 | 41 |
| Binary | 1010100 | 1010111 | 1010001 | 11 | 0 | 111 | 1000010 | 1011010 | 100 | 100001 |
Color Harmonies of #545751
Complementary color
Monochromatic Colors of #545751
Black with #545751
Text Example
Text Example
White with #545751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545751; }
p { color: rgb(84,87,81); }
H1.HeaderClassName
{
color: #545751;
}
.AnyTagClassName
{
color: #545751;
}
</style>
background-color css
<style>
a { background-color: #545751; }
a { background-color: rgb(84,87,81); }
div.DivClassName
{
background-color: #545751;
}
.BgClassName
{
background-color: #545751;
}
</style>
border-color css
<style>
span { border-color: #545751; }
span { border-color: rgb(84,87,81); }
td.TdClassName
{
border-color: #545751;
}
.TagClassName
{
border-color: #545751;
}
</style>