Shades of Cactus #5C6258
Tints of Cactus #5C6258
RGB
CMYK
RGB Variations
Color information
#5C6258 (or 0x5C6258) is known color: Cactus. HEX triplet: 5C, 62 and 58. RGB value is (92,98,88). Sum of RGB (Red+Green+Blue) = 92+98+88=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #5C6258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6258 is #A39DA7. Grayscale: #5F5F5F. Windows color (decimal): -10722728 or 5792348. OLE color: 5792348.
HSL color Cylindrical-coordinate representation of color #5C6258: hue angle of 96º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C6258 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 98 | 88 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.62 |
| HSL | 96º | 0.05% | 0.36% | - |
| HSV(B) | 96º | 0.1% | 0.38% | - |
| XYZ | 10.54 | 11.72 | 10.94 | - |
| YUV | 95.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 88 | 0.06 | 0 | 0.10 | 0.62 | 96 | 0.05 | 0.36 |
| Hex | 5C | 62 | 58 | 6 | 0 | A | 3E | 60 | 5 | 24 |
| Octal | 134 | 142 | 130 | 6 | 0 | 12 | 76 | 140 | 5 | 44 |
| Binary | 1011100 | 1100010 | 1011000 | 110 | 0 | 1010 | 111110 | 1100000 | 101 | 100100 |
Color Harmonies of #5C6258
Complementary color
Monochromatic Colors of #5C6258
Black with #5C6258
Text Example
Text Example
White with #5C6258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6258; }
p { color: rgb(92,98,88); }
H1.HeaderClassName
{
color: #5C6258;
}
.AnyTagClassName
{
color: #5C6258;
}
</style>
background-color css
<style>
a { background-color: #5C6258; }
a { background-color: rgb(92,98,88); }
div.DivClassName
{
background-color: #5C6258;
}
.BgClassName
{
background-color: #5C6258;
}
</style>
border-color css
<style>
span { border-color: #5C6258; }
span { border-color: rgb(92,98,88); }
td.TdClassName
{
border-color: #5C6258;
}
.TagClassName
{
border-color: #5C6258;
}
</style>