Shades of Cactus #566B53
Tints of Cactus #566B53
RGB
CMYK
RGB Variations
Color information
#566B53 (or 0x566B53) is known color: Cactus. HEX triplet: 56, 6B and 53. RGB value is (86,107,83). Sum of RGB (Red+Green+Blue) = 86+107+83=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #566B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B53 is #A994AC. Grayscale: #626262. Windows color (decimal): -11113645 or 5466966. OLE color: 5466966.
HSL color Cylindrical-coordinate representation of color #566B53: hue angle of 112.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #566B53 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 107 | 83 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.58 |
| HSL | 112.5º | 0.13% | 0.37% | - |
| HSV(B) | 112.5º | 0.22% | 0.42% | - |
| XYZ | 10.66 | 13.12 | 10.15 | - |
| YUV | 97.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 83 | 0.20 | 0 | 0.22 | 0.58 | 112.5 | 0.13 | 0.37 |
| Hex | 56 | 6B | 53 | 14 | 0 | 16 | 3A | 70 | D | 25 |
| Octal | 126 | 153 | 123 | 24 | 0 | 26 | 72 | 160 | 15 | 45 |
| Binary | 1010110 | 1101011 | 1010011 | 10100 | 0 | 10110 | 111010 | 1110000 | 1101 | 100101 |
Color Harmonies of #566B53
Complementary color
Monochromatic Colors of #566B53
Black with #566B53
Text Example
Text Example
White with #566B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566B53; }
p { color: rgb(86,107,83); }
H1.HeaderClassName
{
color: #566B53;
}
.AnyTagClassName
{
color: #566B53;
}
</style>
background-color css
<style>
a { background-color: #566B53; }
a { background-color: rgb(86,107,83); }
div.DivClassName
{
background-color: #566B53;
}
.BgClassName
{
background-color: #566B53;
}
</style>
border-color css
<style>
span { border-color: #566B53; }
span { border-color: rgb(86,107,83); }
td.TdClassName
{
border-color: #566B53;
}
.TagClassName
{
border-color: #566B53;
}
</style>