Shades of Cabbage Pont #545C4B
Tints of Cabbage Pont #545C4B
RGB
CMYK
RGB Variations
Color information
#545C4B (or 0x545C4B) is known color: Cabbage Pont. HEX triplet: 54, 5C and 4B. RGB value is (84,92,75). Sum of RGB (Red+Green+Blue) = 84+92+75=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #545C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C4B is #ABA3B4. Grayscale: #575757. Windows color (decimal): -11248565 or 4938836. OLE color: 4938836.
HSL color Cylindrical-coordinate representation of color #545C4B: hue angle of 88.24º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545C4B is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 75 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.64 |
| HSL | 88.24º | 0.1% | 0.33% | - |
| HSV(B) | 88.24º | 0.18% | 0.36% | - |
| XYZ | 8.75 | 10.05 | 8.13 | - |
| YUV | 87.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 75 | 0.09 | 0 | 0.18 | 0.64 | 88.24 | 0.1 | 0.33 |
| Hex | 54 | 5C | 4B | 9 | 0 | 12 | 40 | 58 | A | 21 |
| Octal | 124 | 134 | 113 | 11 | 0 | 22 | 100 | 130 | 12 | 41 |
| Binary | 1010100 | 1011100 | 1001011 | 1001 | 0 | 10010 | 1000000 | 1011000 | 1010 | 100001 |
Color Harmonies of #545C4B
Complementary color
Monochromatic Colors of #545C4B
Black with #545C4B
Text Example
Text Example
White with #545C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C4B; }
p { color: rgb(84,92,75); }
H1.HeaderClassName
{
color: #545C4B;
}
.AnyTagClassName
{
color: #545C4B;
}
</style>
background-color css
<style>
a { background-color: #545C4B; }
a { background-color: rgb(84,92,75); }
div.DivClassName
{
background-color: #545C4B;
}
.BgClassName
{
background-color: #545C4B;
}
</style>
border-color css
<style>
span { border-color: #545C4B; }
span { border-color: rgb(84,92,75); }
td.TdClassName
{
border-color: #545C4B;
}
.TagClassName
{
border-color: #545C4B;
}
</style>