Shades of Cactus #567753
Tints of Cactus #567753
RGB
CMYK
RGB Variations
Color information
#567753 (or 0x567753) is known color: Cactus. HEX triplet: 56, 77 and 53. RGB value is (86,119,83). Sum of RGB (Red+Green+Blue) = 86+119+83=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #567753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567753 is #A988AC. Grayscale: #696969. Windows color (decimal): -11110573 or 5470038. OLE color: 5470038.
HSL color Cylindrical-coordinate representation of color #567753: hue angle of 115º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567753 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 119 | 83 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.53 |
| HSL | 115º | 0.18% | 0.4% | - |
| HSV(B) | 115º | 0.3% | 0.47% | - |
| XYZ | 12 | 15.8 | 10.6 | - |
| YUV | 105.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 83 | 0.28 | 0 | 0.30 | 0.53 | 115 | 0.18 | 0.4 |
| Hex | 56 | 77 | 53 | 1C | 0 | 1E | 35 | 73 | 12 | 28 |
| Octal | 126 | 167 | 123 | 34 | 0 | 36 | 65 | 163 | 22 | 50 |
| Binary | 1010110 | 1110111 | 1010011 | 11100 | 0 | 11110 | 110101 | 1110011 | 10010 | 101000 |
Color Harmonies of #567753
Complementary color
Monochromatic Colors of #567753
Black with #567753
Text Example
Text Example
White with #567753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567753; }
p { color: rgb(86,119,83); }
H1.HeaderClassName
{
color: #567753;
}
.AnyTagClassName
{
color: #567753;
}
</style>
background-color css
<style>
a { background-color: #567753; }
a { background-color: rgb(86,119,83); }
div.DivClassName
{
background-color: #567753;
}
.BgClassName
{
background-color: #567753;
}
</style>
border-color css
<style>
span { border-color: #567753; }
span { border-color: rgb(86,119,83); }
td.TdClassName
{
border-color: #567753;
}
.TagClassName
{
border-color: #567753;
}
</style>