Shades of Cactus #556F4D
Tints of Cactus #556F4D
RGB
CMYK
RGB Variations
Color information
#556F4D (or 0x556F4D) is known color: Cactus. HEX triplet: 55, 6F and 4D. RGB value is (85,111,77). Sum of RGB (Red+Green+Blue) = 85+111+77=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #556F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F4D is #AA90B2. Grayscale: #636363. Windows color (decimal): -11178163 or 5074773. OLE color: 5074773.
HSL color Cylindrical-coordinate representation of color #556F4D: hue angle of 105.88º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556F4D is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 111 | 77 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.56 |
| HSL | 105.88º | 0.18% | 0.37% | - |
| HSV(B) | 105.88º | 0.31% | 0.44% | - |
| XYZ | 10.77 | 13.84 | 9.12 | - |
| YUV | 99.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 77 | 0.23 | 0 | 0.31 | 0.56 | 105.88 | 0.18 | 0.37 |
| Hex | 55 | 6F | 4D | 17 | 0 | 1F | 38 | 6A | 12 | 25 |
| Octal | 125 | 157 | 115 | 27 | 0 | 37 | 70 | 152 | 22 | 45 |
| Binary | 1010101 | 1101111 | 1001101 | 10111 | 0 | 11111 | 111000 | 1101010 | 10010 | 100101 |
Color Harmonies of #556F4D
Complementary color
Monochromatic Colors of #556F4D
Black with #556F4D
Text Example
Text Example
White with #556F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F4D; }
p { color: rgb(85,111,77); }
H1.HeaderClassName
{
color: #556F4D;
}
.AnyTagClassName
{
color: #556F4D;
}
</style>
background-color css
<style>
a { background-color: #556F4D; }
a { background-color: rgb(85,111,77); }
div.DivClassName
{
background-color: #556F4D;
}
.BgClassName
{
background-color: #556F4D;
}
</style>
border-color css
<style>
span { border-color: #556F4D; }
span { border-color: rgb(85,111,77); }
td.TdClassName
{
border-color: #556F4D;
}
.TagClassName
{
border-color: #556F4D;
}
</style>