Shades of Cactus #5C6359
Tints of Cactus #5C6359
RGB
CMYK
RGB Variations
Color information
#5C6359 (or 0x5C6359) is known color: Cactus. HEX triplet: 5C, 63 and 59. RGB value is (92,99,89). Sum of RGB (Red+Green+Blue) = 92+99+89=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6359 is #A39CA6. Grayscale: #5F5F5F. Windows color (decimal): -10722471 or 5858140. OLE color: 5858140.
HSL color Cylindrical-coordinate representation of color #5C6359: hue angle of 102º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C6359 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 89 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.61 |
| HSL | 102º | 0.05% | 0.37% | - |
| HSV(B) | 102º | 0.1% | 0.39% | - |
| XYZ | 10.68 | 11.92 | 11.19 | - |
| YUV | 95.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 89 | 0.07 | 0 | 0.10 | 0.61 | 102 | 0.05 | 0.37 |
| Hex | 5C | 63 | 59 | 7 | 0 | A | 3D | 66 | 5 | 25 |
| Octal | 134 | 143 | 131 | 7 | 0 | 12 | 75 | 146 | 5 | 45 |
| Binary | 1011100 | 1100011 | 1011001 | 111 | 0 | 1010 | 111101 | 1100110 | 101 | 100101 |
Color Harmonies of #5C6359
Complementary color
Monochromatic Colors of #5C6359
Black with #5C6359
Text Example
Text Example
White with #5C6359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6359; }
p { color: rgb(92,99,89); }
H1.HeaderClassName
{
color: #5C6359;
}
.AnyTagClassName
{
color: #5C6359;
}
</style>
background-color css
<style>
a { background-color: #5C6359; }
a { background-color: rgb(92,99,89); }
div.DivClassName
{
background-color: #5C6359;
}
.BgClassName
{
background-color: #5C6359;
}
</style>
border-color css
<style>
span { border-color: #5C6359; }
span { border-color: rgb(92,99,89); }
td.TdClassName
{
border-color: #5C6359;
}
.TagClassName
{
border-color: #5C6359;
}
</style>