Shades of Cactus #567B52
Tints of Cactus #567B52
RGB
CMYK
RGB Variations
Color information
#567B52 (or 0x567B52) is known color: Cactus. HEX triplet: 56, 7B and 52. RGB value is (86,123,82). Sum of RGB (Red+Green+Blue) = 86+123+82=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #567B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567B52 is #A984AD. Grayscale: #6B6B6B. Windows color (decimal): -11109550 or 5405526. OLE color: 5405526.
HSL color Cylindrical-coordinate representation of color #567B52: hue angle of 114.15º 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 #567B52 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 123 | 82 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.52 |
| HSL | 114.15º | 0.2% | 0.4% | - |
| HSV(B) | 114.15º | 0.33% | 0.48% | - |
| XYZ | 12.44 | 16.75 | 10.56 | - |
| YUV | 107.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 82 | 0.30 | 0 | 0.33 | 0.52 | 114.15 | 0.2 | 0.4 |
| Hex | 56 | 7B | 52 | 1E | 0 | 21 | 34 | 72 | 14 | 28 |
| Octal | 126 | 173 | 122 | 36 | 0 | 41 | 64 | 162 | 24 | 50 |
| Binary | 1010110 | 1111011 | 1010010 | 11110 | 0 | 100001 | 110100 | 1110010 | 10100 | 101000 |
Color Harmonies of #567B52
Complementary color
Monochromatic Colors of #567B52
Black with #567B52
Text Example
Text Example
White with #567B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567B52; }
p { color: rgb(86,123,82); }
H1.HeaderClassName
{
color: #567B52;
}
.AnyTagClassName
{
color: #567B52;
}
</style>
background-color css
<style>
a { background-color: #567B52; }
a { background-color: rgb(86,123,82); }
div.DivClassName
{
background-color: #567B52;
}
.BgClassName
{
background-color: #567B52;
}
</style>
border-color css
<style>
span { border-color: #567B52; }
span { border-color: rgb(86,123,82); }
td.TdClassName
{
border-color: #567B52;
}
.TagClassName
{
border-color: #567B52;
}
</style>