Shades of Cactus #567450
Tints of Cactus #567450
RGB
CMYK
RGB Variations
Color information
#567450 (or 0x567450) is known color: Cactus. HEX triplet: 56, 74 and 50. RGB value is (86,116,80). Sum of RGB (Red+Green+Blue) = 86+116+80=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #567450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567450 is #A98BAF. Grayscale: #676767. Windows color (decimal): -11111344 or 5272662. OLE color: 5272662.
HSL color Cylindrical-coordinate representation of color #567450: hue angle of 110º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567450 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 116 | 80 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.55 |
| HSL | 110º | 0.18% | 0.38% | - |
| HSV(B) | 110º | 0.31% | 0.45% | - |
| XYZ | 11.53 | 15.05 | 9.89 | - |
| YUV | 102.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 80 | 0.26 | 0 | 0.31 | 0.55 | 110 | 0.18 | 0.38 |
| Hex | 56 | 74 | 50 | 1A | 0 | 1F | 37 | 6E | 12 | 26 |
| Octal | 126 | 164 | 120 | 32 | 0 | 37 | 67 | 156 | 22 | 46 |
| Binary | 1010110 | 1110100 | 1010000 | 11010 | 0 | 11111 | 110111 | 1101110 | 10010 | 100110 |
Color Harmonies of #567450
Complementary color
Monochromatic Colors of #567450
Black with #567450
Text Example
Text Example
White with #567450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567450; }
p { color: rgb(86,116,80); }
H1.HeaderClassName
{
color: #567450;
}
.AnyTagClassName
{
color: #567450;
}
</style>
background-color css
<style>
a { background-color: #567450; }
a { background-color: rgb(86,116,80); }
div.DivClassName
{
background-color: #567450;
}
.BgClassName
{
background-color: #567450;
}
</style>
border-color css
<style>
span { border-color: #567450; }
span { border-color: rgb(86,116,80); }
td.TdClassName
{
border-color: #567450;
}
.TagClassName
{
border-color: #567450;
}
</style>