Shades of Cactus #5C6E51
Tints of Cactus #5C6E51
RGB
CMYK
RGB Variations
Color information
#5C6E51 (or 0x5C6E51) is known color: Cactus. HEX triplet: 5C, 6E and 51. RGB value is (92,110,81). Sum of RGB (Red+Green+Blue) = 92+110+81=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #5C6E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6E51 is #A391AE. Grayscale: #656565. Windows color (decimal): -10719663 or 5336668. OLE color: 5336668.
HSL color Cylindrical-coordinate representation of color #5C6E51: hue angle of 97.24º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C6E51 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 110 | 81 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.57 |
| HSL | 97.24º | 0.15% | 0.37% | - |
| HSV(B) | 97.24º | 0.26% | 0.43% | - |
| XYZ | 11.47 | 14.02 | 9.89 | - |
| YUV | 101.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 110 | 81 | 0.16 | 0 | 0.26 | 0.57 | 97.24 | 0.15 | 0.37 |
| Hex | 5C | 6E | 51 | 10 | 0 | 1A | 39 | 61 | F | 25 |
| Octal | 134 | 156 | 121 | 20 | 0 | 32 | 71 | 141 | 17 | 45 |
| Binary | 1011100 | 1101110 | 1010001 | 10000 | 0 | 11010 | 111001 | 1100001 | 1111 | 100101 |
Color Harmonies of #5C6E51
Complementary color
Monochromatic Colors of #5C6E51
Black with #5C6E51
Text Example
Text Example
White with #5C6E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6E51; }
p { color: rgb(92,110,81); }
H1.HeaderClassName
{
color: #5C6E51;
}
.AnyTagClassName
{
color: #5C6E51;
}
</style>
background-color css
<style>
a { background-color: #5C6E51; }
a { background-color: rgb(92,110,81); }
div.DivClassName
{
background-color: #5C6E51;
}
.BgClassName
{
background-color: #5C6E51;
}
</style>
border-color css
<style>
span { border-color: #5C6E51; }
span { border-color: rgb(92,110,81); }
td.TdClassName
{
border-color: #5C6E51;
}
.TagClassName
{
border-color: #5C6E51;
}
</style>