Shades of Cactus #5C6D50
Tints of Cactus #5C6D50
RGB
CMYK
RGB Variations
Color information
#5C6D50 (or 0x5C6D50) is known color: Cactus. HEX triplet: 5C, 6D and 50. RGB value is (92,109,80). Sum of RGB (Red+Green+Blue) = 92+109+80=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 109 - color contains mainly: green. Hex color #5C6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6D50 is #A392AF. Grayscale: #646464. Windows color (decimal): -10719920 or 5270876. OLE color: 5270876.
HSL color Cylindrical-coordinate representation of color #5C6D50: hue angle of 95.17º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C6D50 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 109 | 80 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.57 |
| HSL | 95.17º | 0.15% | 0.37% | - |
| HSV(B) | 95.17º | 0.27% | 0.43% | - |
| XYZ | 11.33 | 13.79 | 9.65 | - |
| YUV | 100.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 109 | 80 | 0.16 | 0 | 0.27 | 0.57 | 95.17 | 0.15 | 0.37 |
| Hex | 5C | 6D | 50 | 10 | 0 | 1B | 39 | 5F | F | 25 |
| Octal | 134 | 155 | 120 | 20 | 0 | 33 | 71 | 137 | 17 | 45 |
| Binary | 1011100 | 1101101 | 1010000 | 10000 | 0 | 11011 | 111001 | 1011111 | 1111 | 100101 |
Color Harmonies of #5C6D50
Complementary color
Monochromatic Colors of #5C6D50
Black with #5C6D50
Text Example
Text Example
White with #5C6D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6D50; }
p { color: rgb(92,109,80); }
H1.HeaderClassName
{
color: #5C6D50;
}
.AnyTagClassName
{
color: #5C6D50;
}
</style>
background-color css
<style>
a { background-color: #5C6D50; }
a { background-color: rgb(92,109,80); }
div.DivClassName
{
background-color: #5C6D50;
}
.BgClassName
{
background-color: #5C6D50;
}
</style>
border-color css
<style>
span { border-color: #5C6D50; }
span { border-color: rgb(92,109,80); }
td.TdClassName
{
border-color: #5C6D50;
}
.TagClassName
{
border-color: #5C6D50;
}
</style>