Shades of Cactus #556653
Tints of Cactus #556653
RGB
CMYK
RGB Variations
Color information
#556653 (or 0x556653) is known color: Cactus. HEX triplet: 55, 66 and 53. RGB value is (85,102,83). Sum of RGB (Red+Green+Blue) = 85+102+83=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 102 - color contains mainly: green. Hex color #556653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556653 is #AA99AC. Grayscale: #5E5E5E. Windows color (decimal): -11180461 or 5465685. OLE color: 5465685.
HSL color Cylindrical-coordinate representation of color #556653: hue angle of 113.68º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556653 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 83 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.6 |
| HSL | 113.68º | 0.1% | 0.36% | - |
| HSV(B) | 113.68º | 0.19% | 0.4% | - |
| XYZ | 10.06 | 12.06 | 9.98 | - |
| YUV | 94.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 83 | 0.17 | 0 | 0.19 | 0.6 | 113.68 | 0.1 | 0.36 |
| Hex | 55 | 66 | 53 | 11 | 0 | 13 | 3C | 72 | A | 24 |
| Octal | 125 | 146 | 123 | 21 | 0 | 23 | 74 | 162 | 12 | 44 |
| Binary | 1010101 | 1100110 | 1010011 | 10001 | 0 | 10011 | 111100 | 1110010 | 1010 | 100100 |
Color Harmonies of #556653
Complementary color
Monochromatic Colors of #556653
Black with #556653
Text Example
Text Example
White with #556653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556653; }
p { color: rgb(85,102,83); }
H1.HeaderClassName
{
color: #556653;
}
.AnyTagClassName
{
color: #556653;
}
</style>
background-color css
<style>
a { background-color: #556653; }
a { background-color: rgb(85,102,83); }
div.DivClassName
{
background-color: #556653;
}
.BgClassName
{
background-color: #556653;
}
</style>
border-color css
<style>
span { border-color: #556653; }
span { border-color: rgb(85,102,83); }
td.TdClassName
{
border-color: #556653;
}
.TagClassName
{
border-color: #556653;
}
</style>