Shades of Cactus #5A6C54
Tints of Cactus #5A6C54
RGB
CMYK
RGB Variations
Color information
#5A6C54 (or 0x5A6C54) is known color: Cactus. HEX triplet: 5A, 6C and 54. RGB value is (90,108,84). Sum of RGB (Red+Green+Blue) = 90+108+84=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C54 is #A593AB. Grayscale: #636363. Windows color (decimal): -10851244 or 5532762. OLE color: 5532762.
HSL color Cylindrical-coordinate representation of color #5A6C54: hue angle of 105º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A6C54 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 108 | 84 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.58 |
| HSL | 105º | 0.13% | 0.38% | - |
| HSV(B) | 105º | 0.22% | 0.42% | - |
| XYZ | 11.18 | 13.54 | 10.41 | - |
| YUV | 99.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 84 | 0.17 | 0 | 0.22 | 0.58 | 105 | 0.13 | 0.38 |
| Hex | 5A | 6C | 54 | 11 | 0 | 16 | 3A | 69 | C | 26 |
| Octal | 132 | 154 | 124 | 21 | 0 | 26 | 72 | 151 | 14 | 46 |
| Binary | 1011010 | 1101100 | 1010100 | 10001 | 0 | 10110 | 111010 | 1101001 | 1100 | 100110 |
Color Harmonies of #5A6C54
Complementary color
Monochromatic Colors of #5A6C54
Black with #5A6C54
Text Example
Text Example
White with #5A6C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6C54; }
p { color: rgb(90,108,84); }
H1.HeaderClassName
{
color: #5A6C54;
}
.AnyTagClassName
{
color: #5A6C54;
}
</style>
background-color css
<style>
a { background-color: #5A6C54; }
a { background-color: rgb(90,108,84); }
div.DivClassName
{
background-color: #5A6C54;
}
.BgClassName
{
background-color: #5A6C54;
}
</style>
border-color css
<style>
span { border-color: #5A6C54; }
span { border-color: rgb(90,108,84); }
td.TdClassName
{
border-color: #5A6C54;
}
.TagClassName
{
border-color: #5A6C54;
}
</style>