Shades of Cabbage Pont #54604B
Tints of Cabbage Pont #54604B
RGB
CMYK
RGB Variations
Color information
#54604B (or 0x54604B) is known color: Cabbage Pont. HEX triplet: 54, 60 and 4B. RGB value is (84,96,75). Sum of RGB (Red+Green+Blue) = 84+96+75=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #54604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54604B is #AB9FB4. Grayscale: #5A5A5A. Windows color (decimal): -11247541 or 4939860. OLE color: 4939860.
HSL color Cylindrical-coordinate representation of color #54604B: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54604B is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 75 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.62 |
| HSL | 94.29º | 0.12% | 0.34% | - |
| HSV(B) | 94.29º | 0.22% | 0.38% | - |
| XYZ | 9.11 | 10.76 | 8.25 | - |
| YUV | 90.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 75 | 0.12 | 0 | 0.22 | 0.62 | 94.29 | 0.12 | 0.34 |
| Hex | 54 | 60 | 4B | C | 0 | 16 | 3E | 5E | C | 22 |
| Octal | 124 | 140 | 113 | 14 | 0 | 26 | 76 | 136 | 14 | 42 |
| Binary | 1010100 | 1100000 | 1001011 | 1100 | 0 | 10110 | 111110 | 1011110 | 1100 | 100010 |
Color Harmonies of #54604B
Complementary color
Monochromatic Colors of #54604B
Black with #54604B
Text Example
Text Example
White with #54604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54604B; }
p { color: rgb(84,96,75); }
H1.HeaderClassName
{
color: #54604B;
}
.AnyTagClassName
{
color: #54604B;
}
</style>
background-color css
<style>
a { background-color: #54604B; }
a { background-color: rgb(84,96,75); }
div.DivClassName
{
background-color: #54604B;
}
.BgClassName
{
background-color: #54604B;
}
</style>
border-color css
<style>
span { border-color: #54604B; }
span { border-color: rgb(84,96,75); }
td.TdClassName
{
border-color: #54604B;
}
.TagClassName
{
border-color: #54604B;
}
</style>