Shades of Cactus #557353
Tints of Cactus #557353
RGB
CMYK
RGB Variations
Color information
#557353 (or 0x557353) is known color: Cactus. HEX triplet: 55, 73 and 53. RGB value is (85,115,83). Sum of RGB (Red+Green+Blue) = 85+115+83=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #557353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557353 is #AA8CAC. Grayscale: #666666. Windows color (decimal): -11177133 or 5469013. OLE color: 5469013.
HSL color Cylindrical-coordinate representation of color #557353: hue angle of 116.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557353 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 83 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.55 |
| HSL | 116.25º | 0.16% | 0.39% | - |
| HSV(B) | 116.25º | 0.28% | 0.45% | - |
| XYZ | 11.44 | 14.82 | 10.44 | - |
| YUV | 102.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 83 | 0.26 | 0 | 0.28 | 0.55 | 116.25 | 0.16 | 0.39 |
| Hex | 55 | 73 | 53 | 1A | 0 | 1C | 37 | 74 | 10 | 27 |
| Octal | 125 | 163 | 123 | 32 | 0 | 34 | 67 | 164 | 20 | 47 |
| Binary | 1010101 | 1110011 | 1010011 | 11010 | 0 | 11100 | 110111 | 1110100 | 10000 | 100111 |
Color Harmonies of #557353
Complementary color
Monochromatic Colors of #557353
Black with #557353
Text Example
Text Example
White with #557353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557353; }
p { color: rgb(85,115,83); }
H1.HeaderClassName
{
color: #557353;
}
.AnyTagClassName
{
color: #557353;
}
</style>
background-color css
<style>
a { background-color: #557353; }
a { background-color: rgb(85,115,83); }
div.DivClassName
{
background-color: #557353;
}
.BgClassName
{
background-color: #557353;
}
</style>
border-color css
<style>
span { border-color: #557353; }
span { border-color: rgb(85,115,83); }
td.TdClassName
{
border-color: #557353;
}
.TagClassName
{
border-color: #557353;
}
</style>