Shades of Cactus #5A6653
Tints of Cactus #5A6653
RGB
CMYK
RGB Variations
Color information
#5A6653 (or 0x5A6653) is known color: Cactus. HEX triplet: 5A, 66 and 53. RGB value is (90,102,83). Sum of RGB (Red+Green+Blue) = 90+102+83=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6653 is #A599AC. Grayscale: #606060. Windows color (decimal): -10852781 or 5465690. OLE color: 5465690.
HSL color Cylindrical-coordinate representation of color #5A6653: hue angle of 97.89º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A6653 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 83 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.6 |
| HSL | 97.89º | 0.1% | 0.36% | - |
| HSV(B) | 97.89º | 0.19% | 0.4% | - |
| XYZ | 10.53 | 12.3 | 10 | - |
| YUV | 96.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 83 | 0.12 | 0 | 0.19 | 0.6 | 97.89 | 0.1 | 0.36 |
| Hex | 5A | 66 | 53 | C | 0 | 13 | 3C | 62 | A | 24 |
| Octal | 132 | 146 | 123 | 14 | 0 | 23 | 74 | 142 | 12 | 44 |
| Binary | 1011010 | 1100110 | 1010011 | 1100 | 0 | 10011 | 111100 | 1100010 | 1010 | 100100 |
Color Harmonies of #5A6653
Complementary color
Monochromatic Colors of #5A6653
Black with #5A6653
Text Example
Text Example
White with #5A6653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6653; }
p { color: rgb(90,102,83); }
H1.HeaderClassName
{
color: #5A6653;
}
.AnyTagClassName
{
color: #5A6653;
}
</style>
background-color css
<style>
a { background-color: #5A6653; }
a { background-color: rgb(90,102,83); }
div.DivClassName
{
background-color: #5A6653;
}
.BgClassName
{
background-color: #5A6653;
}
</style>
border-color css
<style>
span { border-color: #5A6653; }
span { border-color: rgb(90,102,83); }
td.TdClassName
{
border-color: #5A6653;
}
.TagClassName
{
border-color: #5A6653;
}
</style>