Shades of Cabbage Pont #545553
Tints of Cabbage Pont #545553
RGB
CMYK
RGB Variations
Color information
#545553 (or 0x545553) is known color: Cabbage Pont. HEX triplet: 54, 55 and 53. RGB value is (84,85,83). Sum of RGB (Red+Green+Blue) = 84+85+83=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 85 - color contains mainly: green. Hex color #545553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545553 is #ABAAAC. Grayscale: #545454. Windows color (decimal): -11250349 or 5461332. OLE color: 5461332.
HSL color Cylindrical-coordinate representation of color #545553: hue angle of 90º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #545553 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 83 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.67 |
| HSL | 90º | 0.01% | 0.33% | - |
| HSV(B) | 90º | 0.02% | 0.33% | - |
| XYZ | 8.47 | 9.01 | 9.48 | - |
| YUV | 84.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 83 | 0.01 | 0 | 0.02 | 0.67 | 90 | 0.01 | 0.33 |
| Hex | 54 | 55 | 53 | 1 | 0 | 2 | 43 | 5A | 1 | 21 |
| Octal | 124 | 125 | 123 | 1 | 0 | 2 | 103 | 132 | 1 | 41 |
| Binary | 1010100 | 1010101 | 1010011 | 1 | 0 | 10 | 1000011 | 1011010 | 1 | 100001 |
Color Harmonies of #545553
Complementary color
Monochromatic Colors of #545553
Black with #545553
Text Example
Text Example
White with #545553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545553; }
p { color: rgb(84,85,83); }
H1.HeaderClassName
{
color: #545553;
}
.AnyTagClassName
{
color: #545553;
}
</style>
background-color css
<style>
a { background-color: #545553; }
a { background-color: rgb(84,85,83); }
div.DivClassName
{
background-color: #545553;
}
.BgClassName
{
background-color: #545553;
}
</style>
border-color css
<style>
span { border-color: #545553; }
span { border-color: rgb(84,85,83); }
td.TdClassName
{
border-color: #545553;
}
.TagClassName
{
border-color: #545553;
}
</style>