Shades of Cactus #567A52
Tints of Cactus #567A52
RGB
CMYK
RGB Variations
Color information
#567A52 (or 0x567A52) is known color: Cactus. HEX triplet: 56, 7A and 52. RGB value is (86,122,82). Sum of RGB (Red+Green+Blue) = 86+122+82=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #567A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A52 is #A985AD. Grayscale: #6A6A6A. Windows color (decimal): -11109806 or 5405270. OLE color: 5405270.
HSL color Cylindrical-coordinate representation of color #567A52: hue angle of 114º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #567A52 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 122 | 82 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.52 |
| HSL | 114º | 0.2% | 0.4% | - |
| HSV(B) | 114º | 0.33% | 0.48% | - |
| XYZ | 12.32 | 16.51 | 10.52 | - |
| YUV | 106.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 82 | 0.30 | 0 | 0.33 | 0.52 | 114 | 0.2 | 0.4 |
| Hex | 56 | 7A | 52 | 1E | 0 | 21 | 34 | 72 | 14 | 28 |
| Octal | 126 | 172 | 122 | 36 | 0 | 41 | 64 | 162 | 24 | 50 |
| Binary | 1010110 | 1111010 | 1010010 | 11110 | 0 | 100001 | 110100 | 1110010 | 10100 | 101000 |
Color Harmonies of #567A52
Complementary color
Monochromatic Colors of #567A52
Black with #567A52
Text Example
Text Example
White with #567A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A52; }
p { color: rgb(86,122,82); }
H1.HeaderClassName
{
color: #567A52;
}
.AnyTagClassName
{
color: #567A52;
}
</style>
background-color css
<style>
a { background-color: #567A52; }
a { background-color: rgb(86,122,82); }
div.DivClassName
{
background-color: #567A52;
}
.BgClassName
{
background-color: #567A52;
}
</style>
border-color css
<style>
span { border-color: #567A52; }
span { border-color: rgb(86,122,82); }
td.TdClassName
{
border-color: #567A52;
}
.TagClassName
{
border-color: #567A52;
}
</style>