Shades of Cactus #5B6158
Tints of Cactus #5B6158
RGB
CMYK
RGB Variations
Color information
#5B6158 (or 0x5B6158) is known color: Cactus. HEX triplet: 5B, 61 and 58. RGB value is (91,97,88). Sum of RGB (Red+Green+Blue) = 91+97+88=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6158 is #A49EA7. Grayscale: #5E5E5E. Windows color (decimal): -10788520 or 5792091. OLE color: 5792091.
HSL color Cylindrical-coordinate representation of color #5B6158: hue angle of 100º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5B6158 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 88 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.62 |
| HSL | 100º | 0.05% | 0.36% | - |
| HSV(B) | 100º | 0.09% | 0.38% | - |
| XYZ | 10.35 | 11.48 | 10.9 | - |
| YUV | 94.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 88 | 0.06 | 0 | 0.09 | 0.62 | 100 | 0.05 | 0.36 |
| Hex | 5B | 61 | 58 | 6 | 0 | 9 | 3E | 64 | 5 | 24 |
| Octal | 133 | 141 | 130 | 6 | 0 | 11 | 76 | 144 | 5 | 44 |
| Binary | 1011011 | 1100001 | 1011000 | 110 | 0 | 1001 | 111110 | 1100100 | 101 | 100100 |
Color Harmonies of #5B6158
Complementary color
Monochromatic Colors of #5B6158
Black with #5B6158
Text Example
Text Example
White with #5B6158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6158; }
p { color: rgb(91,97,88); }
H1.HeaderClassName
{
color: #5B6158;
}
.AnyTagClassName
{
color: #5B6158;
}
</style>
background-color css
<style>
a { background-color: #5B6158; }
a { background-color: rgb(91,97,88); }
div.DivClassName
{
background-color: #5B6158;
}
.BgClassName
{
background-color: #5B6158;
}
</style>
border-color css
<style>
span { border-color: #5B6158; }
span { border-color: rgb(91,97,88); }
td.TdClassName
{
border-color: #5B6158;
}
.TagClassName
{
border-color: #5B6158;
}
</style>