Shades of Cactus #5C645B
Tints of Cactus #5C645B
RGB
CMYK
RGB Variations
Color information
#5C645B (or 0x5C645B) is known color: Cactus. HEX triplet: 5C, 64 and 5B. RGB value is (92,100,91). Sum of RGB (Red+Green+Blue) = 92+100+91=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 100 - color contains mainly: green. Hex color #5C645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C645B is #A39BA4. Grayscale: #606060. Windows color (decimal): -10722213 or 5989468. OLE color: 5989468.
HSL color Cylindrical-coordinate representation of color #5C645B: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5C645B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 100 | 91 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.61 |
| HSL | 113.33º | 0.05% | 0.37% | - |
| HSV(B) | 113.33º | 0.09% | 0.39% | - |
| XYZ | 10.86 | 12.14 | 11.67 | - |
| YUV | 96.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 100 | 91 | 0.08 | 0 | 0.09 | 0.61 | 113.33 | 0.05 | 0.37 |
| Hex | 5C | 64 | 5B | 8 | 0 | 9 | 3D | 71 | 5 | 25 |
| Octal | 134 | 144 | 133 | 10 | 0 | 11 | 75 | 161 | 5 | 45 |
| Binary | 1011100 | 1100100 | 1011011 | 1000 | 0 | 1001 | 111101 | 1110001 | 101 | 100101 |
Color Harmonies of #5C645B
Complementary color
Monochromatic Colors of #5C645B
Black with #5C645B
Text Example
Text Example
White with #5C645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C645B; }
p { color: rgb(92,100,91); }
H1.HeaderClassName
{
color: #5C645B;
}
.AnyTagClassName
{
color: #5C645B;
}
</style>
background-color css
<style>
a { background-color: #5C645B; }
a { background-color: rgb(92,100,91); }
div.DivClassName
{
background-color: #5C645B;
}
.BgClassName
{
background-color: #5C645B;
}
</style>
border-color css
<style>
span { border-color: #5C645B; }
span { border-color: rgb(92,100,91); }
td.TdClassName
{
border-color: #5C645B;
}
.TagClassName
{
border-color: #5C645B;
}
</style>