Shades of Cactus #55714B
Tints of Cactus #55714B
RGB
CMYK
RGB Variations
Color information
#55714B (or 0x55714B) is known color: Cactus. HEX triplet: 55, 71 and 4B. RGB value is (85,113,75). Sum of RGB (Red+Green+Blue) = 85+113+75=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #55714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55714B is #AA8EB4. Grayscale: #646464. Windows color (decimal): -11177653 or 4944213. OLE color: 4944213.
HSL color Cylindrical-coordinate representation of color #55714B: hue angle of 104.21º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55714B is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 75 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.56 |
| HSL | 104.21º | 0.2% | 0.37% | - |
| HSV(B) | 104.21º | 0.34% | 0.44% | - |
| XYZ | 10.92 | 14.25 | 8.83 | - |
| YUV | 100.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 75 | 0.25 | 0 | 0.34 | 0.56 | 104.21 | 0.2 | 0.37 |
| Hex | 55 | 71 | 4B | 19 | 0 | 22 | 38 | 68 | 14 | 25 |
| Octal | 125 | 161 | 113 | 31 | 0 | 42 | 70 | 150 | 24 | 45 |
| Binary | 1010101 | 1110001 | 1001011 | 11001 | 0 | 100010 | 111000 | 1101000 | 10100 | 100101 |
Color Harmonies of #55714B
Complementary color
Monochromatic Colors of #55714B
Black with #55714B
Text Example
Text Example
White with #55714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55714B; }
p { color: rgb(85,113,75); }
H1.HeaderClassName
{
color: #55714B;
}
.AnyTagClassName
{
color: #55714B;
}
</style>
background-color css
<style>
a { background-color: #55714B; }
a { background-color: rgb(85,113,75); }
div.DivClassName
{
background-color: #55714B;
}
.BgClassName
{
background-color: #55714B;
}
</style>
border-color css
<style>
span { border-color: #55714B; }
span { border-color: rgb(85,113,75); }
td.TdClassName
{
border-color: #55714B;
}
.TagClassName
{
border-color: #55714B;
}
</style>