Shades of Cabbage Pont #555654
Tints of Cabbage Pont #555654
RGB
CMYK
RGB Variations
Color information
#555654 (or 0x555654) is known color: Cabbage Pont. HEX triplet: 55, 56 and 54. RGB value is (85,86,84). Sum of RGB (Red+Green+Blue) = 85+86+84=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 86 - color contains mainly: green. Hex color #555654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555654 is #AAA9AB. Grayscale: #555555. Windows color (decimal): -11184556 or 5527125. OLE color: 5527125.
HSL color Cylindrical-coordinate representation of color #555654: hue angle of 90º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #555654 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 84 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.66 |
| HSL | 90º | 0.01% | 0.33% | - |
| HSV(B) | 90º | 0.02% | 0.34% | - |
| XYZ | 8.67 | 9.23 | 9.71 | - |
| YUV | 85.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 84 | 0.01 | 0 | 0.02 | 0.66 | 90 | 0.01 | 0.33 |
| Hex | 55 | 56 | 54 | 1 | 0 | 2 | 42 | 5A | 1 | 21 |
| Octal | 125 | 126 | 124 | 1 | 0 | 2 | 102 | 132 | 1 | 41 |
| Binary | 1010101 | 1010110 | 1010100 | 1 | 0 | 10 | 1000010 | 1011010 | 1 | 100001 |
Color Harmonies of #555654
Complementary color
Monochromatic Colors of #555654
Black with #555654
Text Example
Text Example
White with #555654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555654; }
p { color: rgb(85,86,84); }
H1.HeaderClassName
{
color: #555654;
}
.AnyTagClassName
{
color: #555654;
}
</style>
background-color css
<style>
a { background-color: #555654; }
a { background-color: rgb(85,86,84); }
div.DivClassName
{
background-color: #555654;
}
.BgClassName
{
background-color: #555654;
}
</style>
border-color css
<style>
span { border-color: #555654; }
span { border-color: rgb(85,86,84); }
td.TdClassName
{
border-color: #555654;
}
.TagClassName
{
border-color: #555654;
}
</style>