Shades of Cactus #567554
Tints of Cactus #567554
RGB
CMYK
RGB Variations
Color information
#567554 (or 0x567554) is known color: Cactus. HEX triplet: 56, 75 and 54. RGB value is (86,117,84). Sum of RGB (Red+Green+Blue) = 86+117+84=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #567554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567554 is #A98AAB. Grayscale: #686868. Windows color (decimal): -11111084 or 5535062. OLE color: 5535062.
HSL color Cylindrical-coordinate representation of color #567554: hue angle of 116.36º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #567554 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 117 | 84 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.54 |
| HSL | 116.36º | 0.16% | 0.39% | - |
| HSV(B) | 116.36º | 0.28% | 0.46% | - |
| XYZ | 11.8 | 15.34 | 10.73 | - |
| YUV | 103.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 84 | 0.26 | 0 | 0.28 | 0.54 | 116.36 | 0.16 | 0.39 |
| Hex | 56 | 75 | 54 | 1A | 0 | 1C | 36 | 74 | 10 | 27 |
| Octal | 126 | 165 | 124 | 32 | 0 | 34 | 66 | 164 | 20 | 47 |
| Binary | 1010110 | 1110101 | 1010100 | 11010 | 0 | 11100 | 110110 | 1110100 | 10000 | 100111 |
Color Harmonies of #567554
Complementary color
Monochromatic Colors of #567554
Black with #567554
Text Example
Text Example
White with #567554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567554; }
p { color: rgb(86,117,84); }
H1.HeaderClassName
{
color: #567554;
}
.AnyTagClassName
{
color: #567554;
}
</style>
background-color css
<style>
a { background-color: #567554; }
a { background-color: rgb(86,117,84); }
div.DivClassName
{
background-color: #567554;
}
.BgClassName
{
background-color: #567554;
}
</style>
border-color css
<style>
span { border-color: #567554; }
span { border-color: rgb(86,117,84); }
td.TdClassName
{
border-color: #567554;
}
.TagClassName
{
border-color: #567554;
}
</style>