Shades of Cactus #5B7358
Tints of Cactus #5B7358
RGB
CMYK
RGB Variations
Color information
#5B7358 (or 0x5B7358) is known color: Cactus. HEX triplet: 5B, 73 and 58. RGB value is (91,115,88). Sum of RGB (Red+Green+Blue) = 91+115+88=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7358 is #A48CA7. Grayscale: #686868. Windows color (decimal): -10783912 or 5796699. OLE color: 5796699.
HSL color Cylindrical-coordinate representation of color #5B7358: hue angle of 113.33º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B7358 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 88 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.55 |
| HSL | 113.33º | 0.13% | 0.4% | - |
| HSV(B) | 113.33º | 0.23% | 0.45% | - |
| XYZ | 12.21 | 15.19 | 11.52 | - |
| YUV | 104.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 88 | 0.21 | 0 | 0.23 | 0.55 | 113.33 | 0.13 | 0.4 |
| Hex | 5B | 73 | 58 | 15 | 0 | 17 | 37 | 71 | D | 28 |
| Octal | 133 | 163 | 130 | 25 | 0 | 27 | 67 | 161 | 15 | 50 |
| Binary | 1011011 | 1110011 | 1011000 | 10101 | 0 | 10111 | 110111 | 1110001 | 1101 | 101000 |
Color Harmonies of #5B7358
Complementary color
Monochromatic Colors of #5B7358
Black with #5B7358
Text Example
Text Example
White with #5B7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7358; }
p { color: rgb(91,115,88); }
H1.HeaderClassName
{
color: #5B7358;
}
.AnyTagClassName
{
color: #5B7358;
}
</style>
background-color css
<style>
a { background-color: #5B7358; }
a { background-color: rgb(91,115,88); }
div.DivClassName
{
background-color: #5B7358;
}
.BgClassName
{
background-color: #5B7358;
}
</style>
border-color css
<style>
span { border-color: #5B7358; }
span { border-color: rgb(91,115,88); }
td.TdClassName
{
border-color: #5B7358;
}
.TagClassName
{
border-color: #5B7358;
}
</style>