Shades of Cactus #566F55
Tints of Cactus #566F55
RGB
CMYK
RGB Variations
Color information
#566F55 (or 0x566F55) is known color: Cactus. HEX triplet: 56, 6F and 55. RGB value is (86,111,85). Sum of RGB (Red+Green+Blue) = 86+111+85=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 111 - color contains mainly: green. Hex color #566F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F55 is #A990AA. Grayscale: #646464. Windows color (decimal): -11112619 or 5599062. OLE color: 5599062.
HSL color Cylindrical-coordinate representation of color #566F55: hue angle of 117.69º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566F55 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 85 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.56 |
| HSL | 117.69º | 0.13% | 0.38% | - |
| HSV(B) | 117.69º | 0.23% | 0.44% | - |
| XYZ | 11.16 | 14 | 10.71 | - |
| YUV | 100.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 85 | 0.23 | 0 | 0.23 | 0.56 | 117.69 | 0.13 | 0.38 |
| Hex | 56 | 6F | 55 | 17 | 0 | 17 | 38 | 76 | D | 26 |
| Octal | 126 | 157 | 125 | 27 | 0 | 27 | 70 | 166 | 15 | 46 |
| Binary | 1010110 | 1101111 | 1010101 | 10111 | 0 | 10111 | 111000 | 1110110 | 1101 | 100110 |
Color Harmonies of #566F55
Complementary color
Monochromatic Colors of #566F55
Black with #566F55
Text Example
Text Example
White with #566F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F55; }
p { color: rgb(86,111,85); }
H1.HeaderClassName
{
color: #566F55;
}
.AnyTagClassName
{
color: #566F55;
}
</style>
background-color css
<style>
a { background-color: #566F55; }
a { background-color: rgb(86,111,85); }
div.DivClassName
{
background-color: #566F55;
}
.BgClassName
{
background-color: #566F55;
}
</style>
border-color css
<style>
span { border-color: #566F55; }
span { border-color: rgb(86,111,85); }
td.TdClassName
{
border-color: #566F55;
}
.TagClassName
{
border-color: #566F55;
}
</style>