Shades of Cactus #5C6659
Tints of Cactus #5C6659
RGB
CMYK
RGB Variations
Color information
#5C6659 (or 0x5C6659) is known color: Cactus. HEX triplet: 5C, 66 and 59. RGB value is (92,102,89). Sum of RGB (Red+Green+Blue) = 92+102+89=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #5C6659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6659 is #A399A6. Grayscale: #616161. Windows color (decimal): -10721703 or 5858908. OLE color: 5858908.
HSL color Cylindrical-coordinate representation of color #5C6659: hue angle of 106.15º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5C6659 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 102 | 89 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.6 |
| HSL | 106.15º | 0.07% | 0.37% | - |
| HSV(B) | 106.15º | 0.13% | 0.4% | - |
| XYZ | 10.97 | 12.5 | 11.29 | - |
| YUV | 97.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 89 | 0.10 | 0 | 0.13 | 0.6 | 106.15 | 0.07 | 0.37 |
| Hex | 5C | 66 | 59 | A | 0 | D | 3C | 6A | 7 | 25 |
| Octal | 134 | 146 | 131 | 12 | 0 | 15 | 74 | 152 | 7 | 45 |
| Binary | 1011100 | 1100110 | 1011001 | 1010 | 0 | 1101 | 111100 | 1101010 | 111 | 100101 |
Color Harmonies of #5C6659
Complementary color
Monochromatic Colors of #5C6659
Black with #5C6659
Text Example
Text Example
White with #5C6659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6659; }
p { color: rgb(92,102,89); }
H1.HeaderClassName
{
color: #5C6659;
}
.AnyTagClassName
{
color: #5C6659;
}
</style>
background-color css
<style>
a { background-color: #5C6659; }
a { background-color: rgb(92,102,89); }
div.DivClassName
{
background-color: #5C6659;
}
.BgClassName
{
background-color: #5C6659;
}
</style>
border-color css
<style>
span { border-color: #5C6659; }
span { border-color: rgb(92,102,89); }
td.TdClassName
{
border-color: #5C6659;
}
.TagClassName
{
border-color: #5C6659;
}
</style>