Shades of Cactus #5E6C5C
Tints of Cactus #5E6C5C
RGB
CMYK
RGB Variations
Color information
#5E6C5C (or 0x5E6C5C) is known color: Cactus. HEX triplet: 5E, 6C and 5C. RGB value is (94,108,92). Sum of RGB (Red+Green+Blue) = 94+108+92=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 108 - color contains mainly: green. Hex color #5E6C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6C5C is #A193A3. Grayscale: #666666. Windows color (decimal): -10589092 or 6057054. OLE color: 6057054.
HSL color Cylindrical-coordinate representation of color #5E6C5C: hue angle of 112.5º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E6C5C is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 108 | 92 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.58 |
| HSL | 112.5º | 0.08% | 0.39% | - |
| HSV(B) | 112.5º | 0.15% | 0.42% | - |
| XYZ | 11.91 | 13.88 | 12.18 | - |
| YUV | 101.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 92 | 0.13 | 0 | 0.15 | 0.58 | 112.5 | 0.08 | 0.39 |
| Hex | 5E | 6C | 5C | D | 0 | F | 3A | 70 | 8 | 27 |
| Octal | 136 | 154 | 134 | 15 | 0 | 17 | 72 | 160 | 10 | 47 |
| Binary | 1011110 | 1101100 | 1011100 | 1101 | 0 | 1111 | 111010 | 1110000 | 1000 | 100111 |
Color Harmonies of #5E6C5C
Complementary color
Monochromatic Colors of #5E6C5C
Black with #5E6C5C
Text Example
Text Example
White with #5E6C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6C5C; }
p { color: rgb(94,108,92); }
H1.HeaderClassName
{
color: #5E6C5C;
}
.AnyTagClassName
{
color: #5E6C5C;
}
</style>
background-color css
<style>
a { background-color: #5E6C5C; }
a { background-color: rgb(94,108,92); }
div.DivClassName
{
background-color: #5E6C5C;
}
.BgClassName
{
background-color: #5E6C5C;
}
</style>
border-color css
<style>
span { border-color: #5E6C5C; }
span { border-color: rgb(94,108,92); }
td.TdClassName
{
border-color: #5E6C5C;
}
.TagClassName
{
border-color: #5E6C5C;
}
</style>