Shades of Cactus #566752
Tints of Cactus #566752
RGB
CMYK
RGB Variations
Color information
#566752 (or 0x566752) is known color: Cactus. HEX triplet: 56, 67 and 52. RGB value is (86,103,82). Sum of RGB (Red+Green+Blue) = 86+103+82=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #566752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566752 is #A998AD. Grayscale: #5F5F5F. Windows color (decimal): -11114670 or 5400406. OLE color: 5400406.
HSL color Cylindrical-coordinate representation of color #566752: hue angle of 108.57º 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 #566752 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 103 | 82 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.60 |
| HSL | 108.57º | 0.11% | 0.36% | - |
| HSV(B) | 108.57º | 0.2% | 0.4% | - |
| XYZ | 10.21 | 12.29 | 9.82 | - |
| YUV | 95.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 82 | 0.17 | 0 | 0.20 | 0.60 | 108.57 | 0.11 | 0.36 |
| Hex | 56 | 67 | 52 | 11 | 0 | 14 | 3C | 6D | B | 24 |
| Octal | 126 | 147 | 122 | 21 | 0 | 24 | 74 | 155 | 13 | 44 |
| Binary | 1010110 | 1100111 | 1010010 | 10001 | 0 | 10100 | 111100 | 1101101 | 1011 | 100100 |
Color Harmonies of #566752
Complementary color
Monochromatic Colors of #566752
Black with #566752
Text Example
Text Example
White with #566752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566752; }
p { color: rgb(86,103,82); }
H1.HeaderClassName
{
color: #566752;
}
.AnyTagClassName
{
color: #566752;
}
</style>
background-color css
<style>
a { background-color: #566752; }
a { background-color: rgb(86,103,82); }
div.DivClassName
{
background-color: #566752;
}
.BgClassName
{
background-color: #566752;
}
</style>
border-color css
<style>
span { border-color: #566752; }
span { border-color: rgb(86,103,82); }
td.TdClassName
{
border-color: #566752;
}
.TagClassName
{
border-color: #566752;
}
</style>