Shades of Cactus #5C605B
Tints of Cactus #5C605B
RGB
CMYK
RGB Variations
Color information
#5C605B (or 0x5C605B) is known color: Cactus. HEX triplet: 5C, 60 and 5B. RGB value is (92,96,91). Sum of RGB (Red+Green+Blue) = 92+96+91=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 96 - color contains mainly: green. Hex color #5C605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C605B is #A39FA4. Grayscale: #5E5E5E. Windows color (decimal): -10723237 or 5988444. OLE color: 5988444.
HSL color Cylindrical-coordinate representation of color #5C605B: hue angle of 108º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5C605B is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 91 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.62 |
| HSL | 108º | 0.03% | 0.37% | - |
| HSV(B) | 108º | 0.05% | 0.38% | - |
| XYZ | 10.48 | 11.4 | 11.54 | - |
| YUV | 94.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 91 | 0.04 | 0 | 0.05 | 0.62 | 108 | 0.03 | 0.37 |
| Hex | 5C | 60 | 5B | 4 | 0 | 5 | 3E | 6C | 3 | 25 |
| Octal | 134 | 140 | 133 | 4 | 0 | 5 | 76 | 154 | 3 | 45 |
| Binary | 1011100 | 1100000 | 1011011 | 100 | 0 | 101 | 111110 | 1101100 | 11 | 100101 |
Color Harmonies of #5C605B
Complementary color
Monochromatic Colors of #5C605B
Black with #5C605B
Text Example
Text Example
White with #5C605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C605B; }
p { color: rgb(92,96,91); }
H1.HeaderClassName
{
color: #5C605B;
}
.AnyTagClassName
{
color: #5C605B;
}
</style>
background-color css
<style>
a { background-color: #5C605B; }
a { background-color: rgb(92,96,91); }
div.DivClassName
{
background-color: #5C605B;
}
.BgClassName
{
background-color: #5C605B;
}
</style>
border-color css
<style>
span { border-color: #5C605B; }
span { border-color: rgb(92,96,91); }
td.TdClassName
{
border-color: #5C605B;
}
.TagClassName
{
border-color: #5C605B;
}
</style>