Shades of Cactus #55714F
Tints of Cactus #55714F
RGB
CMYK
RGB Variations
Color information
#55714F (or 0x55714F) is known color: Cactus. HEX triplet: 55, 71 and 4F. RGB value is (85,113,79). Sum of RGB (Red+Green+Blue) = 85+113+79=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #55714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55714F is #AA8EB0. Grayscale: #646464. Windows color (decimal): -11177649 or 5206357. OLE color: 5206357.
HSL color Cylindrical-coordinate representation of color #55714F: hue angle of 109.41º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55714F is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 79 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.56 |
| HSL | 109.41º | 0.18% | 0.38% | - |
| HSV(B) | 109.41º | 0.3% | 0.44% | - |
| XYZ | 11.06 | 14.31 | 9.58 | - |
| YUV | 100.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 79 | 0.25 | 0 | 0.30 | 0.56 | 109.41 | 0.18 | 0.38 |
| Hex | 55 | 71 | 4F | 19 | 0 | 1E | 38 | 6D | 12 | 26 |
| Octal | 125 | 161 | 117 | 31 | 0 | 36 | 70 | 155 | 22 | 46 |
| Binary | 1010101 | 1110001 | 1001111 | 11001 | 0 | 11110 | 111000 | 1101101 | 10010 | 100110 |
Color Harmonies of #55714F
Complementary color
Monochromatic Colors of #55714F
Black with #55714F
Text Example
Text Example
White with #55714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55714F; }
p { color: rgb(85,113,79); }
H1.HeaderClassName
{
color: #55714F;
}
.AnyTagClassName
{
color: #55714F;
}
</style>
background-color css
<style>
a { background-color: #55714F; }
a { background-color: rgb(85,113,79); }
div.DivClassName
{
background-color: #55714F;
}
.BgClassName
{
background-color: #55714F;
}
</style>
border-color css
<style>
span { border-color: #55714F; }
span { border-color: rgb(85,113,79); }
td.TdClassName
{
border-color: #55714F;
}
.TagClassName
{
border-color: #55714F;
}
</style>