Shades of Cactus #566F4B
Tints of Cactus #566F4B
RGB
CMYK
RGB Variations
Color information
#566F4B (or 0x566F4B) is known color: Cactus. HEX triplet: 56, 6F and 4B. RGB value is (86,111,75). Sum of RGB (Red+Green+Blue) = 86+111+75=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #566F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F4B is #A990B4. Grayscale: #636363. Windows color (decimal): -11112629 or 4943702. OLE color: 4943702.
HSL color Cylindrical-coordinate representation of color #566F4B: hue angle of 101.67º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #566F4B is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 75 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.56 |
| HSL | 101.67º | 0.19% | 0.36% | - |
| HSV(B) | 101.67º | 0.32% | 0.44% | - |
| XYZ | 10.79 | 13.86 | 8.76 | - |
| YUV | 99.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 75 | 0.23 | 0 | 0.32 | 0.56 | 101.67 | 0.19 | 0.36 |
| Hex | 56 | 6F | 4B | 17 | 0 | 20 | 38 | 66 | 13 | 24 |
| Octal | 126 | 157 | 113 | 27 | 0 | 40 | 70 | 146 | 23 | 44 |
| Binary | 1010110 | 1101111 | 1001011 | 10111 | 0 | 100000 | 111000 | 1100110 | 10011 | 100100 |
Color Harmonies of #566F4B
Complementary color
Monochromatic Colors of #566F4B
Black with #566F4B
Text Example
Text Example
White with #566F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F4B; }
p { color: rgb(86,111,75); }
H1.HeaderClassName
{
color: #566F4B;
}
.AnyTagClassName
{
color: #566F4B;
}
</style>
background-color css
<style>
a { background-color: #566F4B; }
a { background-color: rgb(86,111,75); }
div.DivClassName
{
background-color: #566F4B;
}
.BgClassName
{
background-color: #566F4B;
}
</style>
border-color css
<style>
span { border-color: #566F4B; }
span { border-color: rgb(86,111,75); }
td.TdClassName
{
border-color: #566F4B;
}
.TagClassName
{
border-color: #566F4B;
}
</style>