Shades of Cactus #556851
Tints of Cactus #556851
RGB
CMYK
RGB Variations
Color information
#556851 (or 0x556851) is known color: Cactus. HEX triplet: 55, 68 and 51. RGB value is (85,104,81). Sum of RGB (Red+Green+Blue) = 85+104+81=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #556851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556851 is #AA97AE. Grayscale: #5F5F5F. Windows color (decimal): -11179951 or 5335125. OLE color: 5335125.
HSL color Cylindrical-coordinate representation of color #556851: hue angle of 109.57º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #556851 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 81 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.59 |
| HSL | 109.57º | 0.12% | 0.36% | - |
| HSV(B) | 109.57º | 0.22% | 0.41% | - |
| XYZ | 10.18 | 12.43 | 9.65 | - |
| YUV | 95.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 81 | 0.18 | 0 | 0.22 | 0.59 | 109.57 | 0.12 | 0.36 |
| Hex | 55 | 68 | 51 | 12 | 0 | 16 | 3B | 6E | C | 24 |
| Octal | 125 | 150 | 121 | 22 | 0 | 26 | 73 | 156 | 14 | 44 |
| Binary | 1010101 | 1101000 | 1010001 | 10010 | 0 | 10110 | 111011 | 1101110 | 1100 | 100100 |
Color Harmonies of #556851
Complementary color
Monochromatic Colors of #556851
Black with #556851
Text Example
Text Example
White with #556851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556851; }
p { color: rgb(85,104,81); }
H1.HeaderClassName
{
color: #556851;
}
.AnyTagClassName
{
color: #556851;
}
</style>
background-color css
<style>
a { background-color: #556851; }
a { background-color: rgb(85,104,81); }
div.DivClassName
{
background-color: #556851;
}
.BgClassName
{
background-color: #556851;
}
</style>
border-color css
<style>
span { border-color: #556851; }
span { border-color: rgb(85,104,81); }
td.TdClassName
{
border-color: #556851;
}
.TagClassName
{
border-color: #556851;
}
</style>