Shades of Cactus #566652
Tints of Cactus #566652
RGB
CMYK
RGB Variations
Color information
#566652 (or 0x566652) is known color: Cactus. HEX triplet: 56, 66 and 52. RGB value is (86,102,82). Sum of RGB (Red+Green+Blue) = 86+102+82=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 102 - color contains mainly: green. Hex color #566652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566652 is #A999AD. Grayscale: #5F5F5F. Windows color (decimal): -11114926 or 5400150. OLE color: 5400150.
HSL color Cylindrical-coordinate representation of color #566652: hue angle of 108º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566652 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 102 | 82 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.6 |
| HSL | 108º | 0.11% | 0.36% | - |
| HSV(B) | 108º | 0.2% | 0.4% | - |
| XYZ | 10.11 | 12.09 | 9.78 | - |
| YUV | 94.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 82 | 0.16 | 0 | 0.20 | 0.6 | 108 | 0.11 | 0.36 |
| Hex | 56 | 66 | 52 | 10 | 0 | 14 | 3C | 6C | B | 24 |
| Octal | 126 | 146 | 122 | 20 | 0 | 24 | 74 | 154 | 13 | 44 |
| Binary | 1010110 | 1100110 | 1010010 | 10000 | 0 | 10100 | 111100 | 1101100 | 1011 | 100100 |
Color Harmonies of #566652
Complementary color
Monochromatic Colors of #566652
Black with #566652
Text Example
Text Example
White with #566652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566652; }
p { color: rgb(86,102,82); }
H1.HeaderClassName
{
color: #566652;
}
.AnyTagClassName
{
color: #566652;
}
</style>
background-color css
<style>
a { background-color: #566652; }
a { background-color: rgb(86,102,82); }
div.DivClassName
{
background-color: #566652;
}
.BgClassName
{
background-color: #566652;
}
</style>
border-color css
<style>
span { border-color: #566652; }
span { border-color: rgb(86,102,82); }
td.TdClassName
{
border-color: #566652;
}
.TagClassName
{
border-color: #566652;
}
</style>