Shades of Cactus #5B6558
Tints of Cactus #5B6558
RGB
CMYK
RGB Variations
Color information
#5B6558 (or 0x5B6558) is known color: Cactus. HEX triplet: 5B, 65 and 58. RGB value is (91,101,88). Sum of RGB (Red+Green+Blue) = 91+101+88=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6558 is #A49AA7. Grayscale: #606060. Windows color (decimal): -10787496 or 5793115. OLE color: 5793115.
HSL color Cylindrical-coordinate representation of color #5B6558: hue angle of 106.15º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B6558 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 88 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.60 |
| HSL | 106.15º | 0.07% | 0.37% | - |
| HSV(B) | 106.15º | 0.13% | 0.4% | - |
| XYZ | 10.73 | 12.24 | 11.03 | - |
| YUV | 96.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 88 | 0.10 | 0 | 0.13 | 0.60 | 106.15 | 0.07 | 0.37 |
| Hex | 5B | 65 | 58 | A | 0 | D | 3C | 6A | 7 | 25 |
| Octal | 133 | 145 | 130 | 12 | 0 | 15 | 74 | 152 | 7 | 45 |
| Binary | 1011011 | 1100101 | 1011000 | 1010 | 0 | 1101 | 111100 | 1101010 | 111 | 100101 |
Color Harmonies of #5B6558
Complementary color
Monochromatic Colors of #5B6558
Black with #5B6558
Text Example
Text Example
White with #5B6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6558; }
p { color: rgb(91,101,88); }
H1.HeaderClassName
{
color: #5B6558;
}
.AnyTagClassName
{
color: #5B6558;
}
</style>
background-color css
<style>
a { background-color: #5B6558; }
a { background-color: rgb(91,101,88); }
div.DivClassName
{
background-color: #5B6558;
}
.BgClassName
{
background-color: #5B6558;
}
</style>
border-color css
<style>
span { border-color: #5B6558; }
span { border-color: rgb(91,101,88); }
td.TdClassName
{
border-color: #5B6558;
}
.TagClassName
{
border-color: #5B6558;
}
</style>