Shades of Cabbage Pont #545C4C
Tints of Cabbage Pont #545C4C
RGB
CMYK
RGB Variations
Color information
#545C4C (or 0x545C4C) is known color: Cabbage Pont. HEX triplet: 54, 5C and 4C. RGB value is (84,92,76). Sum of RGB (Red+Green+Blue) = 84+92+76=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 92 - color contains mainly: green. Hex color #545C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C4C is #ABA3B3. Grayscale: #575757. Windows color (decimal): -11248564 or 5004372. OLE color: 5004372.
HSL color Cylindrical-coordinate representation of color #545C4C: hue angle of 90º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #545C4C is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 76 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.64 |
| HSL | 90º | 0.1% | 0.33% | - |
| HSV(B) | 90º | 0.17% | 0.36% | - |
| XYZ | 8.79 | 10.06 | 8.32 | - |
| YUV | 87.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 76 | 0.09 | 0 | 0.17 | 0.64 | 90 | 0.1 | 0.33 |
| Hex | 54 | 5C | 4C | 9 | 0 | 11 | 40 | 5A | A | 21 |
| Octal | 124 | 134 | 114 | 11 | 0 | 21 | 100 | 132 | 12 | 41 |
| Binary | 1010100 | 1011100 | 1001100 | 1001 | 0 | 10001 | 1000000 | 1011010 | 1010 | 100001 |
Color Harmonies of #545C4C
Complementary color
Monochromatic Colors of #545C4C
Black with #545C4C
Text Example
Text Example
White with #545C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C4C; }
p { color: rgb(84,92,76); }
H1.HeaderClassName
{
color: #545C4C;
}
.AnyTagClassName
{
color: #545C4C;
}
</style>
background-color css
<style>
a { background-color: #545C4C; }
a { background-color: rgb(84,92,76); }
div.DivClassName
{
background-color: #545C4C;
}
.BgClassName
{
background-color: #545C4C;
}
</style>
border-color css
<style>
span { border-color: #545C4C; }
span { border-color: rgb(84,92,76); }
td.TdClassName
{
border-color: #545C4C;
}
.TagClassName
{
border-color: #545C4C;
}
</style>