Shades of Cactus #5B6D57
Tints of Cactus #5B6D57
RGB
CMYK
RGB Variations
Color information
#5B6D57 (or 0x5B6D57) is known color: Cactus. HEX triplet: 5B, 6D and 57. RGB value is (91,109,87). Sum of RGB (Red+Green+Blue) = 91+109+87=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6D57 is #A492A8. Grayscale: #656565. Windows color (decimal): -10785449 or 5729627. OLE color: 5729627.
HSL color Cylindrical-coordinate representation of color #5B6D57: hue angle of 109.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B6D57 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 109 | 87 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.57 |
| HSL | 109.09º | 0.11% | 0.38% | - |
| HSV(B) | 109.09º | 0.2% | 0.43% | - |
| XYZ | 11.5 | 13.85 | 11.08 | - |
| YUV | 101.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 109 | 87 | 0.17 | 0 | 0.20 | 0.57 | 109.09 | 0.11 | 0.38 |
| Hex | 5B | 6D | 57 | 11 | 0 | 14 | 39 | 6D | B | 26 |
| Octal | 133 | 155 | 127 | 21 | 0 | 24 | 71 | 155 | 13 | 46 |
| Binary | 1011011 | 1101101 | 1010111 | 10001 | 0 | 10100 | 111001 | 1101101 | 1011 | 100110 |
Color Harmonies of #5B6D57
Complementary color
Monochromatic Colors of #5B6D57
Black with #5B6D57
Text Example
Text Example
White with #5B6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6D57; }
p { color: rgb(91,109,87); }
H1.HeaderClassName
{
color: #5B6D57;
}
.AnyTagClassName
{
color: #5B6D57;
}
</style>
background-color css
<style>
a { background-color: #5B6D57; }
a { background-color: rgb(91,109,87); }
div.DivClassName
{
background-color: #5B6D57;
}
.BgClassName
{
background-color: #5B6D57;
}
</style>
border-color css
<style>
span { border-color: #5B6D57; }
span { border-color: rgb(91,109,87); }
td.TdClassName
{
border-color: #5B6D57;
}
.TagClassName
{
border-color: #5B6D57;
}
</style>