Shades of Cactus #566554
Tints of Cactus #566554
RGB
CMYK
RGB Variations
Color information
#566554 (or 0x566554) is known color: Cactus. HEX triplet: 56, 65 and 54. RGB value is (86,101,84). Sum of RGB (Red+Green+Blue) = 86+101+84=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #566554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566554 is #A99AAB. Grayscale: #5E5E5E. Windows color (decimal): -11115180 or 5530966. OLE color: 5530966.
HSL color Cylindrical-coordinate representation of color #566554: hue angle of 112.94º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #566554 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 101 | 84 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.60 |
| HSL | 112.94º | 0.09% | 0.36% | - |
| HSV(B) | 112.94º | 0.17% | 0.4% | - |
| XYZ | 10.09 | 11.93 | 10.16 | - |
| YUV | 94.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 84 | 0.15 | 0 | 0.17 | 0.60 | 112.94 | 0.09 | 0.36 |
| Hex | 56 | 65 | 54 | F | 0 | 11 | 3C | 71 | 9 | 24 |
| Octal | 126 | 145 | 124 | 17 | 0 | 21 | 74 | 161 | 11 | 44 |
| Binary | 1010110 | 1100101 | 1010100 | 1111 | 0 | 10001 | 111100 | 1110001 | 1001 | 100100 |
Color Harmonies of #566554
Complementary color
Monochromatic Colors of #566554
Black with #566554
Text Example
Text Example
White with #566554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566554; }
p { color: rgb(86,101,84); }
H1.HeaderClassName
{
color: #566554;
}
.AnyTagClassName
{
color: #566554;
}
</style>
background-color css
<style>
a { background-color: #566554; }
a { background-color: rgb(86,101,84); }
div.DivClassName
{
background-color: #566554;
}
.BgClassName
{
background-color: #566554;
}
</style>
border-color css
<style>
span { border-color: #566554; }
span { border-color: rgb(86,101,84); }
td.TdClassName
{
border-color: #566554;
}
.TagClassName
{
border-color: #566554;
}
</style>