Shades of Cactus #556751
Tints of Cactus #556751
RGB
CMYK
RGB Variations
Color information
#556751 (or 0x556751) is known color: Cactus. HEX triplet: 55, 67 and 51. RGB value is (85,103,81). Sum of RGB (Red+Green+Blue) = 85+103+81=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 103 - color contains mainly: green. Hex color #556751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556751 is #AA98AE. Grayscale: #5F5F5F. Windows color (decimal): -11180207 or 5334869. OLE color: 5334869.
HSL color Cylindrical-coordinate representation of color #556751: hue angle of 109.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556751 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 81 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.60 |
| HSL | 109.09º | 0.12% | 0.36% | - |
| HSV(B) | 109.09º | 0.21% | 0.4% | - |
| XYZ | 10.08 | 12.23 | 9.61 | - |
| YUV | 95.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 81 | 0.17 | 0 | 0.21 | 0.60 | 109.09 | 0.12 | 0.36 |
| Hex | 55 | 67 | 51 | 11 | 0 | 15 | 3C | 6D | C | 24 |
| Octal | 125 | 147 | 121 | 21 | 0 | 25 | 74 | 155 | 14 | 44 |
| Binary | 1010101 | 1100111 | 1010001 | 10001 | 0 | 10101 | 111100 | 1101101 | 1100 | 100100 |
Color Harmonies of #556751
Complementary color
Monochromatic Colors of #556751
Black with #556751
Text Example
Text Example
White with #556751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556751; }
p { color: rgb(85,103,81); }
H1.HeaderClassName
{
color: #556751;
}
.AnyTagClassName
{
color: #556751;
}
</style>
background-color css
<style>
a { background-color: #556751; }
a { background-color: rgb(85,103,81); }
div.DivClassName
{
background-color: #556751;
}
.BgClassName
{
background-color: #556751;
}
</style>
border-color css
<style>
span { border-color: #556751; }
span { border-color: rgb(85,103,81); }
td.TdClassName
{
border-color: #556751;
}
.TagClassName
{
border-color: #556751;
}
</style>