Shades of Cactus #5C5F5B
Tints of Cactus #5C5F5B
RGB
CMYK
RGB Variations
Color information
#5C5F5B (or 0x5C5F5B) is known color: Cactus. HEX triplet: 5C, 5F and 5B. RGB value is (92,95,91). Sum of RGB (Red+Green+Blue) = 92+95+91=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5F5B is #A3A0A4. Grayscale: #5D5D5D. Windows color (decimal): -10723493 or 5988188. OLE color: 5988188.
HSL color Cylindrical-coordinate representation of color #5C5F5B: hue angle of 105º degrees, saturation: 0.02, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5C5F5B is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 95 | 91 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.63 |
| HSL | 105º | 0.02% | 0.36% | - |
| HSV(B) | 105º | 0.04% | 0.37% | - |
| XYZ | 10.39 | 11.22 | 11.51 | - |
| YUV | 93.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 95 | 91 | 0.03 | 0 | 0.04 | 0.63 | 105 | 0.02 | 0.36 |
| Hex | 5C | 5F | 5B | 3 | 0 | 4 | 3F | 69 | 2 | 24 |
| Octal | 134 | 137 | 133 | 3 | 0 | 4 | 77 | 151 | 2 | 44 |
| Binary | 1011100 | 1011111 | 1011011 | 11 | 0 | 100 | 111111 | 1101001 | 10 | 100100 |
Color Harmonies of #5C5F5B
Complementary color
Monochromatic Colors of #5C5F5B
Black with #5C5F5B
Text Example
Text Example
White with #5C5F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5F5B; }
p { color: rgb(92,95,91); }
H1.HeaderClassName
{
color: #5C5F5B;
}
.AnyTagClassName
{
color: #5C5F5B;
}
</style>
background-color css
<style>
a { background-color: #5C5F5B; }
a { background-color: rgb(92,95,91); }
div.DivClassName
{
background-color: #5C5F5B;
}
.BgClassName
{
background-color: #5C5F5B;
}
</style>
border-color css
<style>
span { border-color: #5C5F5B; }
span { border-color: rgb(92,95,91); }
td.TdClassName
{
border-color: #5C5F5B;
}
.TagClassName
{
border-color: #5C5F5B;
}
</style>