Shades of Cactus #5A6657
Tints of Cactus #5A6657
RGB
CMYK
RGB Variations
Color information
#5A6657 (or 0x5A6657) is known color: Cactus. HEX triplet: 5A, 66 and 57. RGB value is (90,102,87). Sum of RGB (Red+Green+Blue) = 90+102+87=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6657 is #A599A8. Grayscale: #606060. Windows color (decimal): -10852777 or 5727834. OLE color: 5727834.
HSL color Cylindrical-coordinate representation of color #5A6657: hue angle of 108º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A6657 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 87 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.6 |
| HSL | 108º | 0.08% | 0.37% | - |
| HSV(B) | 108º | 0.15% | 0.4% | - |
| XYZ | 10.69 | 12.36 | 10.84 | - |
| YUV | 96.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 87 | 0.12 | 0 | 0.15 | 0.6 | 108 | 0.08 | 0.37 |
| Hex | 5A | 66 | 57 | C | 0 | F | 3C | 6C | 8 | 25 |
| Octal | 132 | 146 | 127 | 14 | 0 | 17 | 74 | 154 | 10 | 45 |
| Binary | 1011010 | 1100110 | 1010111 | 1100 | 0 | 1111 | 111100 | 1101100 | 1000 | 100101 |
Color Harmonies of #5A6657
Complementary color
Monochromatic Colors of #5A6657
Black with #5A6657
Text Example
Text Example
White with #5A6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6657; }
p { color: rgb(90,102,87); }
H1.HeaderClassName
{
color: #5A6657;
}
.AnyTagClassName
{
color: #5A6657;
}
</style>
background-color css
<style>
a { background-color: #5A6657; }
a { background-color: rgb(90,102,87); }
div.DivClassName
{
background-color: #5A6657;
}
.BgClassName
{
background-color: #5A6657;
}
</style>
border-color css
<style>
span { border-color: #5A6657; }
span { border-color: rgb(90,102,87); }
td.TdClassName
{
border-color: #5A6657;
}
.TagClassName
{
border-color: #5A6657;
}
</style>