Shades of Cactus #5B6F58
Tints of Cactus #5B6F58
RGB
CMYK
RGB Variations
Color information
#5B6F58 (or 0x5B6F58) is known color: Cactus. HEX triplet: 5B, 6F and 58. RGB value is (91,111,88). Sum of RGB (Red+Green+Blue) = 91+111+88=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6F58 is #A490A7. Grayscale: #666666. Windows color (decimal): -10784936 or 5795675. OLE color: 5795675.
HSL color Cylindrical-coordinate representation of color #5B6F58: hue angle of 112.17º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B6F58 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 111 | 88 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.56 |
| HSL | 112.17º | 0.12% | 0.39% | - |
| HSV(B) | 112.17º | 0.21% | 0.44% | - |
| XYZ | 11.76 | 14.3 | 11.37 | - |
| YUV | 102.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 88 | 0.18 | 0 | 0.21 | 0.56 | 112.17 | 0.12 | 0.39 |
| Hex | 5B | 6F | 58 | 12 | 0 | 15 | 38 | 70 | C | 27 |
| Octal | 133 | 157 | 130 | 22 | 0 | 25 | 70 | 160 | 14 | 47 |
| Binary | 1011011 | 1101111 | 1011000 | 10010 | 0 | 10101 | 111000 | 1110000 | 1100 | 100111 |
Color Harmonies of #5B6F58
Complementary color
Monochromatic Colors of #5B6F58
Black with #5B6F58
Text Example
Text Example
White with #5B6F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6F58; }
p { color: rgb(91,111,88); }
H1.HeaderClassName
{
color: #5B6F58;
}
.AnyTagClassName
{
color: #5B6F58;
}
</style>
background-color css
<style>
a { background-color: #5B6F58; }
a { background-color: rgb(91,111,88); }
div.DivClassName
{
background-color: #5B6F58;
}
.BgClassName
{
background-color: #5B6F58;
}
</style>
border-color css
<style>
span { border-color: #5B6F58; }
span { border-color: rgb(91,111,88); }
td.TdClassName
{
border-color: #5B6F58;
}
.TagClassName
{
border-color: #5B6F58;
}
</style>