Shades of Cactus #5C6059
Tints of Cactus #5C6059
RGB
CMYK
RGB Variations
Color information
#5C6059 (or 0x5C6059) is known color: Cactus. HEX triplet: 5C, 60 and 59. RGB value is (92,96,89). Sum of RGB (Red+Green+Blue) = 92+96+89=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6059 is #A39FA6. Grayscale: #5E5E5E. Windows color (decimal): -10723239 or 5857372. OLE color: 5857372.
HSL color Cylindrical-coordinate representation of color #5C6059: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C6059 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 89 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.62 |
| HSL | 94.29º | 0.04% | 0.36% | - |
| HSV(B) | 94.29º | 0.07% | 0.38% | - |
| XYZ | 10.4 | 11.36 | 11.1 | - |
| YUV | 94.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 89 | 0.04 | 0 | 0.07 | 0.62 | 94.29 | 0.04 | 0.36 |
| Hex | 5C | 60 | 59 | 4 | 0 | 7 | 3E | 5E | 4 | 24 |
| Octal | 134 | 140 | 131 | 4 | 0 | 7 | 76 | 136 | 4 | 44 |
| Binary | 1011100 | 1100000 | 1011001 | 100 | 0 | 111 | 111110 | 1011110 | 100 | 100100 |
Color Harmonies of #5C6059
Complementary color
Monochromatic Colors of #5C6059
Black with #5C6059
Text Example
Text Example
White with #5C6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6059; }
p { color: rgb(92,96,89); }
H1.HeaderClassName
{
color: #5C6059;
}
.AnyTagClassName
{
color: #5C6059;
}
</style>
background-color css
<style>
a { background-color: #5C6059; }
a { background-color: rgb(92,96,89); }
div.DivClassName
{
background-color: #5C6059;
}
.BgClassName
{
background-color: #5C6059;
}
</style>
border-color css
<style>
span { border-color: #5C6059; }
span { border-color: rgb(92,96,89); }
td.TdClassName
{
border-color: #5C6059;
}
.TagClassName
{
border-color: #5C6059;
}
</style>