Shades of Cactus #556D52
Tints of Cactus #556D52
RGB
CMYK
RGB Variations
Color information
#556D52 (or 0x556D52) is known color: Cactus. HEX triplet: 55, 6D and 52. RGB value is (85,109,82). Sum of RGB (Red+Green+Blue) = 85+109+82=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #556D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D52 is #AA92AD. Grayscale: #626262. Windows color (decimal): -11178670 or 5401941. OLE color: 5401941.
HSL color Cylindrical-coordinate representation of color #556D52: hue angle of 113.33º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556D52 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 109 | 82 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.57 |
| HSL | 113.33º | 0.14% | 0.37% | - |
| HSV(B) | 113.33º | 0.25% | 0.43% | - |
| XYZ | 10.74 | 13.48 | 10.02 | - |
| YUV | 98.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 82 | 0.22 | 0 | 0.25 | 0.57 | 113.33 | 0.14 | 0.37 |
| Hex | 55 | 6D | 52 | 16 | 0 | 19 | 39 | 71 | E | 25 |
| Octal | 125 | 155 | 122 | 26 | 0 | 31 | 71 | 161 | 16 | 45 |
| Binary | 1010101 | 1101101 | 1010010 | 10110 | 0 | 11001 | 111001 | 1110001 | 1110 | 100101 |
Color Harmonies of #556D52
Complementary color
Monochromatic Colors of #556D52
Black with #556D52
Text Example
Text Example
White with #556D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D52; }
p { color: rgb(85,109,82); }
H1.HeaderClassName
{
color: #556D52;
}
.AnyTagClassName
{
color: #556D52;
}
</style>
background-color css
<style>
a { background-color: #556D52; }
a { background-color: rgb(85,109,82); }
div.DivClassName
{
background-color: #556D52;
}
.BgClassName
{
background-color: #556D52;
}
</style>
border-color css
<style>
span { border-color: #556D52; }
span { border-color: rgb(85,109,82); }
td.TdClassName
{
border-color: #556D52;
}
.TagClassName
{
border-color: #556D52;
}
</style>