Shades of Cactus #556C51
Tints of Cactus #556C51
RGB
CMYK
RGB Variations
Color information
#556C51 (or 0x556C51) is known color: Cactus. HEX triplet: 55, 6C and 51. RGB value is (85,108,81). Sum of RGB (Red+Green+Blue) = 85+108+81=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 108 - color contains mainly: green. Hex color #556C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C51 is #AA93AE. Grayscale: #626262. Windows color (decimal): -11178927 or 5336149. OLE color: 5336149.
HSL color Cylindrical-coordinate representation of color #556C51: hue angle of 111.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556C51 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 108 | 81 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.58 |
| HSL | 111.11º | 0.14% | 0.37% | - |
| HSV(B) | 111.11º | 0.25% | 0.42% | - |
| XYZ | 10.59 | 13.25 | 9.78 | - |
| YUV | 98.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 81 | 0.21 | 0 | 0.25 | 0.58 | 111.11 | 0.14 | 0.37 |
| Hex | 55 | 6C | 51 | 15 | 0 | 19 | 3A | 6F | E | 25 |
| Octal | 125 | 154 | 121 | 25 | 0 | 31 | 72 | 157 | 16 | 45 |
| Binary | 1010101 | 1101100 | 1010001 | 10101 | 0 | 11001 | 111010 | 1101111 | 1110 | 100101 |
Color Harmonies of #556C51
Complementary color
Monochromatic Colors of #556C51
Black with #556C51
Text Example
Text Example
White with #556C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C51; }
p { color: rgb(85,108,81); }
H1.HeaderClassName
{
color: #556C51;
}
.AnyTagClassName
{
color: #556C51;
}
</style>
background-color css
<style>
a { background-color: #556C51; }
a { background-color: rgb(85,108,81); }
div.DivClassName
{
background-color: #556C51;
}
.BgClassName
{
background-color: #556C51;
}
</style>
border-color css
<style>
span { border-color: #556C51; }
span { border-color: rgb(85,108,81); }
td.TdClassName
{
border-color: #556C51;
}
.TagClassName
{
border-color: #556C51;
}
</style>