Shades of Cactus #557150
Tints of Cactus #557150
RGB
CMYK
RGB Variations
Color information
#557150 (or 0x557150) is known color: Cactus. HEX triplet: 55, 71 and 50. RGB value is (85,113,80). Sum of RGB (Red+Green+Blue) = 85+113+80=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #557150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557150 is #AA8EAF. Grayscale: #646464. Windows color (decimal): -11177648 or 5271893. OLE color: 5271893.
HSL color Cylindrical-coordinate representation of color #557150: hue angle of 110.91º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557150 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 80 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.56 |
| HSL | 110.91º | 0.17% | 0.38% | - |
| HSV(B) | 110.91º | 0.29% | 0.44% | - |
| XYZ | 11.1 | 14.32 | 9.77 | - |
| YUV | 100.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 80 | 0.25 | 0 | 0.29 | 0.56 | 110.91 | 0.17 | 0.38 |
| Hex | 55 | 71 | 50 | 19 | 0 | 1D | 38 | 6F | 11 | 26 |
| Octal | 125 | 161 | 120 | 31 | 0 | 35 | 70 | 157 | 21 | 46 |
| Binary | 1010101 | 1110001 | 1010000 | 11001 | 0 | 11101 | 111000 | 1101111 | 10001 | 100110 |
Color Harmonies of #557150
Complementary color
Monochromatic Colors of #557150
Black with #557150
Text Example
Text Example
White with #557150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557150; }
p { color: rgb(85,113,80); }
H1.HeaderClassName
{
color: #557150;
}
.AnyTagClassName
{
color: #557150;
}
</style>
background-color css
<style>
a { background-color: #557150; }
a { background-color: rgb(85,113,80); }
div.DivClassName
{
background-color: #557150;
}
.BgClassName
{
background-color: #557150;
}
</style>
border-color css
<style>
span { border-color: #557150; }
span { border-color: rgb(85,113,80); }
td.TdClassName
{
border-color: #557150;
}
.TagClassName
{
border-color: #557150;
}
</style>