Shades of Cabbage Pont #54594F
Tints of Cabbage Pont #54594F
RGB
CMYK
RGB Variations
Color information
#54594F (or 0x54594F) is known color: Cabbage Pont. HEX triplet: 54, 59 and 4F. RGB value is (84,89,79). Sum of RGB (Red+Green+Blue) = 84+89+79=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #54594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54594F is #ABA6B0. Grayscale: #565656. Windows color (decimal): -11249329 or 5200212. OLE color: 5200212.
HSL color Cylindrical-coordinate representation of color #54594F: hue angle of 90º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #54594F is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 79 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.65 |
| HSL | 90º | 0.06% | 0.33% | - |
| HSV(B) | 90º | 0.11% | 0.35% | - |
| XYZ | 8.64 | 9.59 | 8.79 | - |
| YUV | 86.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 79 | 0.06 | 0 | 0.11 | 0.65 | 90 | 0.06 | 0.33 |
| Hex | 54 | 59 | 4F | 6 | 0 | B | 41 | 5A | 6 | 21 |
| Octal | 124 | 131 | 117 | 6 | 0 | 13 | 101 | 132 | 6 | 41 |
| Binary | 1010100 | 1011001 | 1001111 | 110 | 0 | 1011 | 1000001 | 1011010 | 110 | 100001 |
Color Harmonies of #54594F
Complementary color
Monochromatic Colors of #54594F
Black with #54594F
Text Example
Text Example
White with #54594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54594F; }
p { color: rgb(84,89,79); }
H1.HeaderClassName
{
color: #54594F;
}
.AnyTagClassName
{
color: #54594F;
}
</style>
background-color css
<style>
a { background-color: #54594F; }
a { background-color: rgb(84,89,79); }
div.DivClassName
{
background-color: #54594F;
}
.BgClassName
{
background-color: #54594F;
}
</style>
border-color css
<style>
span { border-color: #54594F; }
span { border-color: rgb(84,89,79); }
td.TdClassName
{
border-color: #54594F;
}
.TagClassName
{
border-color: #54594F;
}
</style>