Shades of Cactus #566E4E
Tints of Cactus #566E4E
RGB
CMYK
RGB Variations
Color information
#566E4E (or 0x566E4E) is known color: Cactus. HEX triplet: 56, 6E and 4E. RGB value is (86,110,78). Sum of RGB (Red+Green+Blue) = 86+110+78=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 110 - color contains mainly: green. Hex color #566E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E4E is #A991B1. Grayscale: #636363. Windows color (decimal): -11112882 or 5140054. OLE color: 5140054.
HSL color Cylindrical-coordinate representation of color #566E4E: hue angle of 105º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #566E4E is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 78 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.57 |
| HSL | 105º | 0.17% | 0.37% | - |
| HSV(B) | 105º | 0.29% | 0.43% | - |
| XYZ | 10.79 | 13.68 | 9.28 | - |
| YUV | 99.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 78 | 0.22 | 0 | 0.29 | 0.57 | 105 | 0.17 | 0.37 |
| Hex | 56 | 6E | 4E | 16 | 0 | 1D | 39 | 69 | 11 | 25 |
| Octal | 126 | 156 | 116 | 26 | 0 | 35 | 71 | 151 | 21 | 45 |
| Binary | 1010110 | 1101110 | 1001110 | 10110 | 0 | 11101 | 111001 | 1101001 | 10001 | 100101 |
Color Harmonies of #566E4E
Complementary color
Monochromatic Colors of #566E4E
Black with #566E4E
Text Example
Text Example
White with #566E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E4E; }
p { color: rgb(86,110,78); }
H1.HeaderClassName
{
color: #566E4E;
}
.AnyTagClassName
{
color: #566E4E;
}
</style>
background-color css
<style>
a { background-color: #566E4E; }
a { background-color: rgb(86,110,78); }
div.DivClassName
{
background-color: #566E4E;
}
.BgClassName
{
background-color: #566E4E;
}
</style>
border-color css
<style>
span { border-color: #566E4E; }
span { border-color: rgb(86,110,78); }
td.TdClassName
{
border-color: #566E4E;
}
.TagClassName
{
border-color: #566E4E;
}
</style>