Shades of Cactus #5C6C54
Tints of Cactus #5C6C54
RGB
CMYK
RGB Variations
Color information
#5C6C54 (or 0x5C6C54) is known color: Cactus. HEX triplet: 5C, 6C and 54. RGB value is (92,108,84). Sum of RGB (Red+Green+Blue) = 92+108+84=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #5C6C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6C54 is #A393AB. Grayscale: #646464. Windows color (decimal): -10720172 or 5532764. OLE color: 5532764.
HSL color Cylindrical-coordinate representation of color #5C6C54: hue angle of 100º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C6C54 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 108 | 84 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.58 |
| HSL | 100º | 0.13% | 0.38% | - |
| HSV(B) | 100º | 0.22% | 0.42% | - |
| XYZ | 11.38 | 13.64 | 10.42 | - |
| YUV | 100.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 108 | 84 | 0.15 | 0 | 0.22 | 0.58 | 100 | 0.13 | 0.38 |
| Hex | 5C | 6C | 54 | F | 0 | 16 | 3A | 64 | C | 26 |
| Octal | 134 | 154 | 124 | 17 | 0 | 26 | 72 | 144 | 14 | 46 |
| Binary | 1011100 | 1101100 | 1010100 | 1111 | 0 | 10110 | 111010 | 1100100 | 1100 | 100110 |
Color Harmonies of #5C6C54
Complementary color
Monochromatic Colors of #5C6C54
Black with #5C6C54
Text Example
Text Example
White with #5C6C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6C54; }
p { color: rgb(92,108,84); }
H1.HeaderClassName
{
color: #5C6C54;
}
.AnyTagClassName
{
color: #5C6C54;
}
</style>
background-color css
<style>
a { background-color: #5C6C54; }
a { background-color: rgb(92,108,84); }
div.DivClassName
{
background-color: #5C6C54;
}
.BgClassName
{
background-color: #5C6C54;
}
</style>
border-color css
<style>
span { border-color: #5C6C54; }
span { border-color: rgb(92,108,84); }
td.TdClassName
{
border-color: #5C6C54;
}
.TagClassName
{
border-color: #5C6C54;
}
</style>