Shades of Cactus #566452
Tints of Cactus #566452
RGB
CMYK
RGB Variations
Color information
#566452 (or 0x566452) is known color: Cactus. HEX triplet: 56, 64 and 52. RGB value is (86,100,82). Sum of RGB (Red+Green+Blue) = 86+100+82=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 100 - color contains mainly: green. Hex color #566452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566452 is #A99BAD. Grayscale: #5D5D5D. Windows color (decimal): -11115438 or 5399638. OLE color: 5399638.
HSL color Cylindrical-coordinate representation of color #566452: hue angle of 106.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #566452 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 100 | 82 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.61 |
| HSL | 106.67º | 0.1% | 0.36% | - |
| HSV(B) | 106.67º | 0.18% | 0.39% | - |
| XYZ | 9.92 | 11.7 | 9.72 | - |
| YUV | 93.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 100 | 82 | 0.14 | 0 | 0.18 | 0.61 | 106.67 | 0.1 | 0.36 |
| Hex | 56 | 64 | 52 | E | 0 | 12 | 3D | 6B | A | 24 |
| Octal | 126 | 144 | 122 | 16 | 0 | 22 | 75 | 153 | 12 | 44 |
| Binary | 1010110 | 1100100 | 1010010 | 1110 | 0 | 10010 | 111101 | 1101011 | 1010 | 100100 |
Color Harmonies of #566452
Complementary color
Monochromatic Colors of #566452
Black with #566452
Text Example
Text Example
White with #566452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566452; }
p { color: rgb(86,100,82); }
H1.HeaderClassName
{
color: #566452;
}
.AnyTagClassName
{
color: #566452;
}
</style>
background-color css
<style>
a { background-color: #566452; }
a { background-color: rgb(86,100,82); }
div.DivClassName
{
background-color: #566452;
}
.BgClassName
{
background-color: #566452;
}
</style>
border-color css
<style>
span { border-color: #566452; }
span { border-color: rgb(86,100,82); }
td.TdClassName
{
border-color: #566452;
}
.TagClassName
{
border-color: #566452;
}
</style>