Shades of Cactus #5A6E53
Tints of Cactus #5A6E53
RGB
CMYK
RGB Variations
Color information
#5A6E53 (or 0x5A6E53) is known color: Cactus. HEX triplet: 5A, 6E and 53. RGB value is (90,110,83). Sum of RGB (Red+Green+Blue) = 90+110+83=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6E53 is #A591AC. Grayscale: #656565. Windows color (decimal): -10850733 or 5467738. OLE color: 5467738.
HSL color Cylindrical-coordinate representation of color #5A6E53: hue angle of 104.44º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A6E53 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 110 | 83 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.57 |
| HSL | 104.44º | 0.14% | 0.38% | - |
| HSV(B) | 104.44º | 0.25% | 0.43% | - |
| XYZ | 11.35 | 13.95 | 10.28 | - |
| YUV | 100.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 83 | 0.18 | 0 | 0.25 | 0.57 | 104.44 | 0.14 | 0.38 |
| Hex | 5A | 6E | 53 | 12 | 0 | 19 | 39 | 68 | E | 26 |
| Octal | 132 | 156 | 123 | 22 | 0 | 31 | 71 | 150 | 16 | 46 |
| Binary | 1011010 | 1101110 | 1010011 | 10010 | 0 | 11001 | 111001 | 1101000 | 1110 | 100110 |
Color Harmonies of #5A6E53
Complementary color
Monochromatic Colors of #5A6E53
Black with #5A6E53
Text Example
Text Example
White with #5A6E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E53; }
p { color: rgb(90,110,83); }
H1.HeaderClassName
{
color: #5A6E53;
}
.AnyTagClassName
{
color: #5A6E53;
}
</style>
background-color css
<style>
a { background-color: #5A6E53; }
a { background-color: rgb(90,110,83); }
div.DivClassName
{
background-color: #5A6E53;
}
.BgClassName
{
background-color: #5A6E53;
}
</style>
border-color css
<style>
span { border-color: #5A6E53; }
span { border-color: rgb(90,110,83); }
td.TdClassName
{
border-color: #5A6E53;
}
.TagClassName
{
border-color: #5A6E53;
}
</style>