Shades of Cactus #556953
Tints of Cactus #556953
RGB
CMYK
RGB Variations
Color information
#556953 (or 0x556953) is known color: Cactus. HEX triplet: 55, 69 and 53. RGB value is (85,105,83). Sum of RGB (Red+Green+Blue) = 85+105+83=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #556953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556953 is #AA96AC. Grayscale: #606060. Windows color (decimal): -11179693 or 5466453. OLE color: 5466453.
HSL color Cylindrical-coordinate representation of color #556953: hue angle of 114.55º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556953 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 83 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.59 |
| HSL | 114.55º | 0.12% | 0.37% | - |
| HSV(B) | 114.55º | 0.21% | 0.41% | - |
| XYZ | 10.36 | 12.66 | 10.08 | - |
| YUV | 96.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 83 | 0.19 | 0 | 0.21 | 0.59 | 114.55 | 0.12 | 0.37 |
| Hex | 55 | 69 | 53 | 13 | 0 | 15 | 3B | 73 | C | 25 |
| Octal | 125 | 151 | 123 | 23 | 0 | 25 | 73 | 163 | 14 | 45 |
| Binary | 1010101 | 1101001 | 1010011 | 10011 | 0 | 10101 | 111011 | 1110011 | 1100 | 100101 |
Color Harmonies of #556953
Complementary color
Monochromatic Colors of #556953
Black with #556953
Text Example
Text Example
White with #556953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556953; }
p { color: rgb(85,105,83); }
H1.HeaderClassName
{
color: #556953;
}
.AnyTagClassName
{
color: #556953;
}
</style>
background-color css
<style>
a { background-color: #556953; }
a { background-color: rgb(85,105,83); }
div.DivClassName
{
background-color: #556953;
}
.BgClassName
{
background-color: #556953;
}
</style>
border-color css
<style>
span { border-color: #556953; }
span { border-color: rgb(85,105,83); }
td.TdClassName
{
border-color: #556953;
}
.TagClassName
{
border-color: #556953;
}
</style>