Shades of Cactus #5C6555
Tints of Cactus #5C6555
RGB
CMYK
RGB Variations
Color information
#5C6555 (or 0x5C6555) is known color: Cactus. HEX triplet: 5C, 65 and 55. RGB value is (92,101,85). Sum of RGB (Red+Green+Blue) = 92+101+85=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #5C6555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6555 is #A39AAA. Grayscale: #606060. Windows color (decimal): -10721963 or 5596508. OLE color: 5596508.
HSL color Cylindrical-coordinate representation of color #5C6555: hue angle of 93.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C6555 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 85 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.60 |
| HSL | 93.75º | 0.09% | 0.36% | - |
| HSV(B) | 93.75º | 0.16% | 0.4% | - |
| XYZ | 10.71 | 12.24 | 10.39 | - |
| YUV | 96.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 85 | 0.09 | 0 | 0.16 | 0.60 | 93.75 | 0.09 | 0.36 |
| Hex | 5C | 65 | 55 | 9 | 0 | 10 | 3C | 5E | 9 | 24 |
| Octal | 134 | 145 | 125 | 11 | 0 | 20 | 74 | 136 | 11 | 44 |
| Binary | 1011100 | 1100101 | 1010101 | 1001 | 0 | 10000 | 111100 | 1011110 | 1001 | 100100 |
Color Harmonies of #5C6555
Complementary color
Monochromatic Colors of #5C6555
Black with #5C6555
Text Example
Text Example
White with #5C6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6555; }
p { color: rgb(92,101,85); }
H1.HeaderClassName
{
color: #5C6555;
}
.AnyTagClassName
{
color: #5C6555;
}
</style>
background-color css
<style>
a { background-color: #5C6555; }
a { background-color: rgb(92,101,85); }
div.DivClassName
{
background-color: #5C6555;
}
.BgClassName
{
background-color: #5C6555;
}
</style>
border-color css
<style>
span { border-color: #5C6555; }
span { border-color: rgb(92,101,85); }
td.TdClassName
{
border-color: #5C6555;
}
.TagClassName
{
border-color: #5C6555;
}
</style>