Shades of Cactus #567A53
Tints of Cactus #567A53
RGB
CMYK
RGB Variations
Color information
#567A53 (or 0x567A53) is known color: Cactus. HEX triplet: 56, 7A and 53. RGB value is (86,122,83). Sum of RGB (Red+Green+Blue) = 86+122+83=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #567A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A53 is #A985AC. Grayscale: #6A6A6A. Windows color (decimal): -11109805 or 5470806. OLE color: 5470806.
HSL color Cylindrical-coordinate representation of color #567A53: hue angle of 115.38º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567A53 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 122 | 83 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.52 |
| HSL | 115.38º | 0.19% | 0.4% | - |
| HSV(B) | 115.38º | 0.32% | 0.48% | - |
| XYZ | 12.36 | 16.52 | 10.72 | - |
| YUV | 106.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 83 | 0.30 | 0 | 0.32 | 0.52 | 115.38 | 0.19 | 0.4 |
| Hex | 56 | 7A | 53 | 1E | 0 | 20 | 34 | 73 | 13 | 28 |
| Octal | 126 | 172 | 123 | 36 | 0 | 40 | 64 | 163 | 23 | 50 |
| Binary | 1010110 | 1111010 | 1010011 | 11110 | 0 | 100000 | 110100 | 1110011 | 10011 | 101000 |
Color Harmonies of #567A53
Complementary color
Monochromatic Colors of #567A53
Black with #567A53
Text Example
Text Example
White with #567A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A53; }
p { color: rgb(86,122,83); }
H1.HeaderClassName
{
color: #567A53;
}
.AnyTagClassName
{
color: #567A53;
}
</style>
background-color css
<style>
a { background-color: #567A53; }
a { background-color: rgb(86,122,83); }
div.DivClassName
{
background-color: #567A53;
}
.BgClassName
{
background-color: #567A53;
}
</style>
border-color css
<style>
span { border-color: #567A53; }
span { border-color: rgb(86,122,83); }
td.TdClassName
{
border-color: #567A53;
}
.TagClassName
{
border-color: #567A53;
}
</style>