Shades of Cactus #5A6B56
Tints of Cactus #5A6B56
RGB
CMYK
RGB Variations
Color information
#5A6B56 (or 0x5A6B56) is known color: Cactus. HEX triplet: 5A, 6B and 56. RGB value is (90,107,86). Sum of RGB (Red+Green+Blue) = 90+107+86=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B56 is #A594A9. Grayscale: #636363. Windows color (decimal): -10851498 or 5663578. OLE color: 5663578.
HSL color Cylindrical-coordinate representation of color #5A6B56: hue angle of 108.57º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A6B56 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 107 | 86 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.58 |
| HSL | 108.57º | 0.11% | 0.38% | - |
| HSV(B) | 108.57º | 0.2% | 0.42% | - |
| XYZ | 11.15 | 13.36 | 10.8 | - |
| YUV | 99.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 107 | 86 | 0.16 | 0 | 0.20 | 0.58 | 108.57 | 0.11 | 0.38 |
| Hex | 5A | 6B | 56 | 10 | 0 | 14 | 3A | 6D | B | 26 |
| Octal | 132 | 153 | 126 | 20 | 0 | 24 | 72 | 155 | 13 | 46 |
| Binary | 1011010 | 1101011 | 1010110 | 10000 | 0 | 10100 | 111010 | 1101101 | 1011 | 100110 |
Color Harmonies of #5A6B56
Complementary color
Monochromatic Colors of #5A6B56
Black with #5A6B56
Text Example
Text Example
White with #5A6B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6B56; }
p { color: rgb(90,107,86); }
H1.HeaderClassName
{
color: #5A6B56;
}
.AnyTagClassName
{
color: #5A6B56;
}
</style>
background-color css
<style>
a { background-color: #5A6B56; }
a { background-color: rgb(90,107,86); }
div.DivClassName
{
background-color: #5A6B56;
}
.BgClassName
{
background-color: #5A6B56;
}
</style>
border-color css
<style>
span { border-color: #5A6B56; }
span { border-color: rgb(90,107,86); }
td.TdClassName
{
border-color: #5A6B56;
}
.TagClassName
{
border-color: #5A6B56;
}
</style>