Shades of Cactus #567551
Tints of Cactus #567551
RGB
CMYK
RGB Variations
Color information
#567551 (or 0x567551) is known color: Cactus. HEX triplet: 56, 75 and 51. RGB value is (86,117,81). Sum of RGB (Red+Green+Blue) = 86+117+81=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #567551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567551 is #A98AAE. Grayscale: #676767. Windows color (decimal): -11111087 or 5338454. OLE color: 5338454.
HSL color Cylindrical-coordinate representation of color #567551: hue angle of 111.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567551 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 117 | 81 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.54 |
| HSL | 111.67º | 0.18% | 0.39% | - |
| HSV(B) | 111.67º | 0.31% | 0.46% | - |
| XYZ | 11.68 | 15.3 | 10.12 | - |
| YUV | 103.63 | 115.23 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 81 | 0.26 | 0 | 0.31 | 0.54 | 111.67 | 0.18 | 0.39 |
| Hex | 56 | 75 | 51 | 1A | 0 | 1F | 36 | 70 | 12 | 27 |
| Octal | 126 | 165 | 121 | 32 | 0 | 37 | 66 | 160 | 22 | 47 |
| Binary | 1010110 | 1110101 | 1010001 | 11010 | 0 | 11111 | 110110 | 1110000 | 10010 | 100111 |
Color Harmonies of #567551
Complementary color
Monochromatic Colors of #567551
Black with #567551
Text Example
Text Example
White with #567551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567551; }
p { color: rgb(86,117,81); }
H1.HeaderClassName
{
color: #567551;
}
.AnyTagClassName
{
color: #567551;
}
</style>
background-color css
<style>
a { background-color: #567551; }
a { background-color: rgb(86,117,81); }
div.DivClassName
{
background-color: #567551;
}
.BgClassName
{
background-color: #567551;
}
</style>
border-color css
<style>
span { border-color: #567551; }
span { border-color: rgb(86,117,81); }
td.TdClassName
{
border-color: #567551;
}
.TagClassName
{
border-color: #567551;
}
</style>