Shades of Cactus #5C6D57
Tints of Cactus #5C6D57
RGB
CMYK
RGB Variations
Color information
#5C6D57 (or 0x5C6D57) is known color: Cactus. HEX triplet: 5C, 6D and 57. RGB value is (92,109,87). Sum of RGB (Red+Green+Blue) = 92+109+87=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #5C6D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6D57 is #A392A8. Grayscale: #656565. Windows color (decimal): -10719913 or 5729628. OLE color: 5729628.
HSL color Cylindrical-coordinate representation of color #5C6D57: hue angle of 106.36º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C6D57 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 109 | 87 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.57 |
| HSL | 106.36º | 0.11% | 0.38% | - |
| HSV(B) | 106.36º | 0.2% | 0.43% | - |
| XYZ | 11.6 | 13.9 | 11.09 | - |
| YUV | 101.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 109 | 87 | 0.16 | 0 | 0.20 | 0.57 | 106.36 | 0.11 | 0.38 |
| Hex | 5C | 6D | 57 | 10 | 0 | 14 | 39 | 6A | B | 26 |
| Octal | 134 | 155 | 127 | 20 | 0 | 24 | 71 | 152 | 13 | 46 |
| Binary | 1011100 | 1101101 | 1010111 | 10000 | 0 | 10100 | 111001 | 1101010 | 1011 | 100110 |
Color Harmonies of #5C6D57
Complementary color
Monochromatic Colors of #5C6D57
Black with #5C6D57
Text Example
Text Example
White with #5C6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6D57; }
p { color: rgb(92,109,87); }
H1.HeaderClassName
{
color: #5C6D57;
}
.AnyTagClassName
{
color: #5C6D57;
}
</style>
background-color css
<style>
a { background-color: #5C6D57; }
a { background-color: rgb(92,109,87); }
div.DivClassName
{
background-color: #5C6D57;
}
.BgClassName
{
background-color: #5C6D57;
}
</style>
border-color css
<style>
span { border-color: #5C6D57; }
span { border-color: rgb(92,109,87); }
td.TdClassName
{
border-color: #5C6D57;
}
.TagClassName
{
border-color: #5C6D57;
}
</style>