Shades of Cactus #5B6F50
Tints of Cactus #5B6F50
RGB
CMYK
RGB Variations
Color information
#5B6F50 (or 0x5B6F50) is known color: Cactus. HEX triplet: 5B, 6F and 50. RGB value is (91,111,80). Sum of RGB (Red+Green+Blue) = 91+111+80=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6F50 is #A490AF. Grayscale: #656565. Windows color (decimal): -10784944 or 5271387. OLE color: 5271387.
HSL color Cylindrical-coordinate representation of color #5B6F50: hue angle of 98.71º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B6F50 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 111 | 80 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.56 |
| HSL | 98.71º | 0.16% | 0.37% | - |
| HSV(B) | 98.71º | 0.28% | 0.44% | - |
| XYZ | 11.45 | 14.17 | 9.72 | - |
| YUV | 101.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 80 | 0.18 | 0 | 0.28 | 0.56 | 98.71 | 0.16 | 0.37 |
| Hex | 5B | 6F | 50 | 12 | 0 | 1C | 38 | 63 | 10 | 25 |
| Octal | 133 | 157 | 120 | 22 | 0 | 34 | 70 | 143 | 20 | 45 |
| Binary | 1011011 | 1101111 | 1010000 | 10010 | 0 | 11100 | 111000 | 1100011 | 10000 | 100101 |
Color Harmonies of #5B6F50
Complementary color
Monochromatic Colors of #5B6F50
Black with #5B6F50
Text Example
Text Example
White with #5B6F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6F50; }
p { color: rgb(91,111,80); }
H1.HeaderClassName
{
color: #5B6F50;
}
.AnyTagClassName
{
color: #5B6F50;
}
</style>
background-color css
<style>
a { background-color: #5B6F50; }
a { background-color: rgb(91,111,80); }
div.DivClassName
{
background-color: #5B6F50;
}
.BgClassName
{
background-color: #5B6F50;
}
</style>
border-color css
<style>
span { border-color: #5B6F50; }
span { border-color: rgb(91,111,80); }
td.TdClassName
{
border-color: #5B6F50;
}
.TagClassName
{
border-color: #5B6F50;
}
</style>