Shades of Cactus #5B6B54
Tints of Cactus #5B6B54
RGB
CMYK
RGB Variations
Color information
#5B6B54 (or 0x5B6B54) is known color: Cactus. HEX triplet: 5B, 6B and 54. RGB value is (91,107,84). Sum of RGB (Red+Green+Blue) = 91+107+84=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6B54 is #A494AB. Grayscale: #636363. Windows color (decimal): -10785964 or 5532507. OLE color: 5532507.
HSL color Cylindrical-coordinate representation of color #5B6B54: hue angle of 101.74º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B6B54 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 107 | 84 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.58 |
| HSL | 101.74º | 0.12% | 0.37% | - |
| HSV(B) | 101.74º | 0.21% | 0.42% | - |
| XYZ | 11.17 | 13.38 | 10.38 | - |
| YUV | 99.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 84 | 0.15 | 0 | 0.21 | 0.58 | 101.74 | 0.12 | 0.37 |
| Hex | 5B | 6B | 54 | F | 0 | 15 | 3A | 66 | C | 25 |
| Octal | 133 | 153 | 124 | 17 | 0 | 25 | 72 | 146 | 14 | 45 |
| Binary | 1011011 | 1101011 | 1010100 | 1111 | 0 | 10101 | 111010 | 1100110 | 1100 | 100101 |
Color Harmonies of #5B6B54
Complementary color
Monochromatic Colors of #5B6B54
Black with #5B6B54
Text Example
Text Example
White with #5B6B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6B54; }
p { color: rgb(91,107,84); }
H1.HeaderClassName
{
color: #5B6B54;
}
.AnyTagClassName
{
color: #5B6B54;
}
</style>
background-color css
<style>
a { background-color: #5B6B54; }
a { background-color: rgb(91,107,84); }
div.DivClassName
{
background-color: #5B6B54;
}
.BgClassName
{
background-color: #5B6B54;
}
</style>
border-color css
<style>
span { border-color: #5B6B54; }
span { border-color: rgb(91,107,84); }
td.TdClassName
{
border-color: #5B6B54;
}
.TagClassName
{
border-color: #5B6B54;
}
</style>