Shades of Cactus #567255
Tints of Cactus #567255
RGB
CMYK
RGB Variations
Color information
#567255 (or 0x567255) is known color: Cactus. HEX triplet: 56, 72 and 55. RGB value is (86,114,85). Sum of RGB (Red+Green+Blue) = 86+114+85=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #567255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567255 is #A98DAA. Grayscale: #666666. Windows color (decimal): -11111851 or 5599830. OLE color: 5599830.
HSL color Cylindrical-coordinate representation of color #567255: hue angle of 117.93º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #567255 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 85 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.55 |
| HSL | 117.93º | 0.15% | 0.39% | - |
| HSV(B) | 117.93º | 0.25% | 0.45% | - |
| XYZ | 11.49 | 14.67 | 10.82 | - |
| YUV | 102.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 85 | 0.25 | 0 | 0.25 | 0.55 | 117.93 | 0.15 | 0.39 |
| Hex | 56 | 72 | 55 | 19 | 0 | 19 | 37 | 76 | F | 27 |
| Octal | 126 | 162 | 125 | 31 | 0 | 31 | 67 | 166 | 17 | 47 |
| Binary | 1010110 | 1110010 | 1010101 | 11001 | 0 | 11001 | 110111 | 1110110 | 1111 | 100111 |
Color Harmonies of #567255
Complementary color
Monochromatic Colors of #567255
Black with #567255
Text Example
Text Example
White with #567255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567255; }
p { color: rgb(86,114,85); }
H1.HeaderClassName
{
color: #567255;
}
.AnyTagClassName
{
color: #567255;
}
</style>
background-color css
<style>
a { background-color: #567255; }
a { background-color: rgb(86,114,85); }
div.DivClassName
{
background-color: #567255;
}
.BgClassName
{
background-color: #567255;
}
</style>
border-color css
<style>
span { border-color: #567255; }
span { border-color: rgb(86,114,85); }
td.TdClassName
{
border-color: #567255;
}
.TagClassName
{
border-color: #567255;
}
</style>