Shades of Cactus #5C6159
Tints of Cactus #5C6159
RGB
CMYK
RGB Variations
Color information
#5C6159 (or 0x5C6159) is known color: Cactus. HEX triplet: 5C, 61 and 59. RGB value is (92,97,89). Sum of RGB (Red+Green+Blue) = 92+97+89=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6159 is #A39EA6. Grayscale: #5E5E5E. Windows color (decimal): -10722983 or 5857628. OLE color: 5857628.
HSL color Cylindrical-coordinate representation of color #5C6159: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5C6159 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 97 | 89 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.62 |
| HSL | 97.5º | 0.04% | 0.36% | - |
| HSV(B) | 97.5º | 0.08% | 0.38% | - |
| XYZ | 10.49 | 11.55 | 11.13 | - |
| YUV | 94.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 97 | 89 | 0.05 | 0 | 0.08 | 0.62 | 97.5 | 0.04 | 0.36 |
| Hex | 5C | 61 | 59 | 5 | 0 | 8 | 3E | 62 | 4 | 24 |
| Octal | 134 | 141 | 131 | 5 | 0 | 10 | 76 | 142 | 4 | 44 |
| Binary | 1011100 | 1100001 | 1011001 | 101 | 0 | 1000 | 111110 | 1100010 | 100 | 100100 |
Color Harmonies of #5C6159
Complementary color
Monochromatic Colors of #5C6159
Black with #5C6159
Text Example
Text Example
White with #5C6159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6159; }
p { color: rgb(92,97,89); }
H1.HeaderClassName
{
color: #5C6159;
}
.AnyTagClassName
{
color: #5C6159;
}
</style>
background-color css
<style>
a { background-color: #5C6159; }
a { background-color: rgb(92,97,89); }
div.DivClassName
{
background-color: #5C6159;
}
.BgClassName
{
background-color: #5C6159;
}
</style>
border-color css
<style>
span { border-color: #5C6159; }
span { border-color: rgb(92,97,89); }
td.TdClassName
{
border-color: #5C6159;
}
.TagClassName
{
border-color: #5C6159;
}
</style>