Shades of Cactus #5A6452
Tints of Cactus #5A6452
RGB
CMYK
RGB Variations
Color information
#5A6452 (or 0x5A6452) is known color: Cactus. HEX triplet: 5A, 64 and 52. RGB value is (90,100,82). Sum of RGB (Red+Green+Blue) = 90+100+82=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6452 is #A59BAD. Grayscale: #5F5F5F. Windows color (decimal): -10853294 or 5399642. OLE color: 5399642.
HSL color Cylindrical-coordinate representation of color #5A6452: hue angle of 93.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A6452 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 100 | 82 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.61 |
| HSL | 93.33º | 0.1% | 0.36% | - |
| HSV(B) | 93.33º | 0.18% | 0.39% | - |
| XYZ | 10.3 | 11.9 | 9.74 | - |
| YUV | 94.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 100 | 82 | 0.10 | 0 | 0.18 | 0.61 | 93.33 | 0.1 | 0.36 |
| Hex | 5A | 64 | 52 | A | 0 | 12 | 3D | 5D | A | 24 |
| Octal | 132 | 144 | 122 | 12 | 0 | 22 | 75 | 135 | 12 | 44 |
| Binary | 1011010 | 1100100 | 1010010 | 1010 | 0 | 10010 | 111101 | 1011101 | 1010 | 100100 |
Color Harmonies of #5A6452
Complementary color
Monochromatic Colors of #5A6452
Black with #5A6452
Text Example
Text Example
White with #5A6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6452; }
p { color: rgb(90,100,82); }
H1.HeaderClassName
{
color: #5A6452;
}
.AnyTagClassName
{
color: #5A6452;
}
</style>
background-color css
<style>
a { background-color: #5A6452; }
a { background-color: rgb(90,100,82); }
div.DivClassName
{
background-color: #5A6452;
}
.BgClassName
{
background-color: #5A6452;
}
</style>
border-color css
<style>
span { border-color: #5A6452; }
span { border-color: rgb(90,100,82); }
td.TdClassName
{
border-color: #5A6452;
}
.TagClassName
{
border-color: #5A6452;
}
</style>