Shades of Cactus #567151
Tints of Cactus #567151
RGB
CMYK
RGB Variations
Color information
#567151 (or 0x567151) is known color: Cactus. HEX triplet: 56, 71 and 51. RGB value is (86,113,81). Sum of RGB (Red+Green+Blue) = 86+113+81=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #567151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567151 is #A98EAE. Grayscale: #656565. Windows color (decimal): -11112111 or 5337430. OLE color: 5337430.
HSL color Cylindrical-coordinate representation of color #567151: hue angle of 110.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #567151 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 113 | 81 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.56 |
| HSL | 110.63º | 0.16% | 0.38% | - |
| HSV(B) | 110.63º | 0.28% | 0.44% | - |
| XYZ | 11.23 | 14.38 | 9.97 | - |
| YUV | 101.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 81 | 0.24 | 0 | 0.28 | 0.56 | 110.63 | 0.16 | 0.38 |
| Hex | 56 | 71 | 51 | 18 | 0 | 1C | 38 | 6F | 10 | 26 |
| Octal | 126 | 161 | 121 | 30 | 0 | 34 | 70 | 157 | 20 | 46 |
| Binary | 1010110 | 1110001 | 1010001 | 11000 | 0 | 11100 | 111000 | 1101111 | 10000 | 100110 |
Color Harmonies of #567151
Complementary color
Monochromatic Colors of #567151
Black with #567151
Text Example
Text Example
White with #567151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567151; }
p { color: rgb(86,113,81); }
H1.HeaderClassName
{
color: #567151;
}
.AnyTagClassName
{
color: #567151;
}
</style>
background-color css
<style>
a { background-color: #567151; }
a { background-color: rgb(86,113,81); }
div.DivClassName
{
background-color: #567151;
}
.BgClassName
{
background-color: #567151;
}
</style>
border-color css
<style>
span { border-color: #567151; }
span { border-color: rgb(86,113,81); }
td.TdClassName
{
border-color: #567151;
}
.TagClassName
{
border-color: #567151;
}
</style>