Shades of Cactus #5C6B55
Tints of Cactus #5C6B55
RGB
CMYK
RGB Variations
Color information
#5C6B55 (or 0x5C6B55) is known color: Cactus. HEX triplet: 5C, 6B and 55. RGB value is (92,107,85). Sum of RGB (Red+Green+Blue) = 92+107+85=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 107 - color contains mainly: green. Hex color #5C6B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6B55 is #A394AA. Grayscale: #646464. Windows color (decimal): -10720427 or 5598044. OLE color: 5598044.
HSL color Cylindrical-coordinate representation of color #5C6B55: hue angle of 100.91º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C6B55 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 107 | 85 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.58 |
| HSL | 100.91º | 0.11% | 0.38% | - |
| HSV(B) | 100.91º | 0.21% | 0.42% | - |
| XYZ | 11.31 | 13.45 | 10.59 | - |
| YUV | 100.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 107 | 85 | 0.14 | 0 | 0.21 | 0.58 | 100.91 | 0.11 | 0.38 |
| Hex | 5C | 6B | 55 | E | 0 | 15 | 3A | 65 | B | 26 |
| Octal | 134 | 153 | 125 | 16 | 0 | 25 | 72 | 145 | 13 | 46 |
| Binary | 1011100 | 1101011 | 1010101 | 1110 | 0 | 10101 | 111010 | 1100101 | 1011 | 100110 |
Color Harmonies of #5C6B55
Complementary color
Monochromatic Colors of #5C6B55
Black with #5C6B55
Text Example
Text Example
White with #5C6B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6B55; }
p { color: rgb(92,107,85); }
H1.HeaderClassName
{
color: #5C6B55;
}
.AnyTagClassName
{
color: #5C6B55;
}
</style>
background-color css
<style>
a { background-color: #5C6B55; }
a { background-color: rgb(92,107,85); }
div.DivClassName
{
background-color: #5C6B55;
}
.BgClassName
{
background-color: #5C6B55;
}
</style>
border-color css
<style>
span { border-color: #5C6B55; }
span { border-color: rgb(92,107,85); }
td.TdClassName
{
border-color: #5C6B55;
}
.TagClassName
{
border-color: #5C6B55;
}
</style>