Shades of Cactus #567353
Tints of Cactus #567353
RGB
CMYK
RGB Variations
Color information
#567353 (or 0x567353) is known color: Cactus. HEX triplet: 56, 73 and 53. RGB value is (86,115,83). Sum of RGB (Red+Green+Blue) = 86+115+83=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #567353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567353 is #A98CAC. Grayscale: #666666. Windows color (decimal): -11111597 or 5469014. OLE color: 5469014.
HSL color Cylindrical-coordinate representation of color #567353: hue angle of 114.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #567353 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 115 | 83 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.55 |
| HSL | 114.38º | 0.16% | 0.39% | - |
| HSV(B) | 114.38º | 0.28% | 0.45% | - |
| XYZ | 11.53 | 14.86 | 10.45 | - |
| YUV | 102.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 83 | 0.25 | 0 | 0.28 | 0.55 | 114.38 | 0.16 | 0.39 |
| Hex | 56 | 73 | 53 | 19 | 0 | 1C | 37 | 72 | 10 | 27 |
| Octal | 126 | 163 | 123 | 31 | 0 | 34 | 67 | 162 | 20 | 47 |
| Binary | 1010110 | 1110011 | 1010011 | 11001 | 0 | 11100 | 110111 | 1110010 | 10000 | 100111 |
Color Harmonies of #567353
Complementary color
Monochromatic Colors of #567353
Black with #567353
Text Example
Text Example
White with #567353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567353; }
p { color: rgb(86,115,83); }
H1.HeaderClassName
{
color: #567353;
}
.AnyTagClassName
{
color: #567353;
}
</style>
background-color css
<style>
a { background-color: #567353; }
a { background-color: rgb(86,115,83); }
div.DivClassName
{
background-color: #567353;
}
.BgClassName
{
background-color: #567353;
}
</style>
border-color css
<style>
span { border-color: #567353; }
span { border-color: rgb(86,115,83); }
td.TdClassName
{
border-color: #567353;
}
.TagClassName
{
border-color: #567353;
}
</style>