Shades of Cactus #566C54
Tints of Cactus #566C54
RGB
CMYK
RGB Variations
Color information
#566C54 (or 0x566C54) is known color: Cactus. HEX triplet: 56, 6C and 54. RGB value is (86,108,84). Sum of RGB (Red+Green+Blue) = 86+108+84=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 108 - color contains mainly: green. Hex color #566C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C54 is #A993AB. Grayscale: #626262. Windows color (decimal): -11113388 or 5532758. OLE color: 5532758.
HSL color Cylindrical-coordinate representation of color #566C54: hue angle of 115º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #566C54 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 108 | 84 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.58 |
| HSL | 115º | 0.13% | 0.38% | - |
| HSV(B) | 115º | 0.22% | 0.42% | - |
| XYZ | 10.8 | 13.34 | 10.39 | - |
| YUV | 98.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 84 | 0.20 | 0 | 0.22 | 0.58 | 115 | 0.13 | 0.38 |
| Hex | 56 | 6C | 54 | 14 | 0 | 16 | 3A | 73 | C | 26 |
| Octal | 126 | 154 | 124 | 24 | 0 | 26 | 72 | 163 | 14 | 46 |
| Binary | 1010110 | 1101100 | 1010100 | 10100 | 0 | 10110 | 111010 | 1110011 | 1100 | 100110 |
Color Harmonies of #566C54
Complementary color
Monochromatic Colors of #566C54
Black with #566C54
Text Example
Text Example
White with #566C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C54; }
p { color: rgb(86,108,84); }
H1.HeaderClassName
{
color: #566C54;
}
.AnyTagClassName
{
color: #566C54;
}
</style>
background-color css
<style>
a { background-color: #566C54; }
a { background-color: rgb(86,108,84); }
div.DivClassName
{
background-color: #566C54;
}
.BgClassName
{
background-color: #566C54;
}
</style>
border-color css
<style>
span { border-color: #566C54; }
span { border-color: rgb(86,108,84); }
td.TdClassName
{
border-color: #566C54;
}
.TagClassName
{
border-color: #566C54;
}
</style>