Shades of Cactus #5B6455
Tints of Cactus #5B6455
RGB
CMYK
RGB Variations
Color information
#5B6455 (or 0x5B6455) is known color: Cactus. HEX triplet: 5B, 64 and 55. RGB value is (91,100,85). Sum of RGB (Red+Green+Blue) = 91+100+85=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 100 - color contains mainly: green. Hex color #5B6455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6455 is #A49BAA. Grayscale: #5F5F5F. Windows color (decimal): -10787755 or 5596251. OLE color: 5596251.
HSL color Cylindrical-coordinate representation of color #5B6455: hue angle of 96º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B6455 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 100 | 85 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.61 |
| HSL | 96º | 0.08% | 0.36% | - |
| HSV(B) | 96º | 0.15% | 0.39% | - |
| XYZ | 10.51 | 11.99 | 10.36 | - |
| YUV | 95.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 85 | 0.09 | 0 | 0.15 | 0.61 | 96 | 0.08 | 0.36 |
| Hex | 5B | 64 | 55 | 9 | 0 | F | 3D | 60 | 8 | 24 |
| Octal | 133 | 144 | 125 | 11 | 0 | 17 | 75 | 140 | 10 | 44 |
| Binary | 1011011 | 1100100 | 1010101 | 1001 | 0 | 1111 | 111101 | 1100000 | 1000 | 100100 |
Color Harmonies of #5B6455
Complementary color
Monochromatic Colors of #5B6455
Black with #5B6455
Text Example
Text Example
White with #5B6455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6455; }
p { color: rgb(91,100,85); }
H1.HeaderClassName
{
color: #5B6455;
}
.AnyTagClassName
{
color: #5B6455;
}
</style>
background-color css
<style>
a { background-color: #5B6455; }
a { background-color: rgb(91,100,85); }
div.DivClassName
{
background-color: #5B6455;
}
.BgClassName
{
background-color: #5B6455;
}
</style>
border-color css
<style>
span { border-color: #5B6455; }
span { border-color: rgb(91,100,85); }
td.TdClassName
{
border-color: #5B6455;
}
.TagClassName
{
border-color: #5B6455;
}
</style>