Shades of Cactus #55724F
Tints of Cactus #55724F
RGB
CMYK
RGB Variations
Color information
#55724F (or 0x55724F) is known color: Cactus. HEX triplet: 55, 72 and 4F. RGB value is (85,114,79). Sum of RGB (Red+Green+Blue) = 85+114+79=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #55724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55724F is #AA8DB0. Grayscale: #656565. Windows color (decimal): -11177393 or 5206613. OLE color: 5206613.
HSL color Cylindrical-coordinate representation of color #55724F: hue angle of 109.71º 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 #55724F is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 79 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.55 |
| HSL | 109.71º | 0.18% | 0.38% | - |
| HSV(B) | 109.71º | 0.31% | 0.45% | - |
| XYZ | 11.17 | 14.53 | 9.61 | - |
| YUV | 101.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 79 | 0.25 | 0 | 0.31 | 0.55 | 109.71 | 0.18 | 0.38 |
| Hex | 55 | 72 | 4F | 19 | 0 | 1F | 37 | 6E | 12 | 26 |
| Octal | 125 | 162 | 117 | 31 | 0 | 37 | 67 | 156 | 22 | 46 |
| Binary | 1010101 | 1110010 | 1001111 | 11001 | 0 | 11111 | 110111 | 1101110 | 10010 | 100110 |
Color Harmonies of #55724F
Complementary color
Monochromatic Colors of #55724F
Black with #55724F
Text Example
Text Example
White with #55724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55724F; }
p { color: rgb(85,114,79); }
H1.HeaderClassName
{
color: #55724F;
}
.AnyTagClassName
{
color: #55724F;
}
</style>
background-color css
<style>
a { background-color: #55724F; }
a { background-color: rgb(85,114,79); }
div.DivClassName
{
background-color: #55724F;
}
.BgClassName
{
background-color: #55724F;
}
</style>
border-color css
<style>
span { border-color: #55724F; }
span { border-color: rgb(85,114,79); }
td.TdClassName
{
border-color: #55724F;
}
.TagClassName
{
border-color: #55724F;
}
</style>