Shades of Cactus #5B655A
Tints of Cactus #5B655A
RGB
CMYK
RGB Variations
Color information
#5B655A (or 0x5B655A) is known color: Cactus. HEX triplet: 5B, 65 and 5A. RGB value is (91,101,90). Sum of RGB (Red+Green+Blue) = 91+101+90=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #5B655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B655A is #A49AA5. Grayscale: #606060. Windows color (decimal): -10787494 or 5924187. OLE color: 5924187.
HSL color Cylindrical-coordinate representation of color #5B655A: hue angle of 114.55º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B655A is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 90 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.60 |
| HSL | 114.55º | 0.06% | 0.37% | - |
| HSV(B) | 114.55º | 0.11% | 0.4% | - |
| XYZ | 10.81 | 12.27 | 11.47 | - |
| YUV | 96.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 90 | 0.10 | 0 | 0.11 | 0.60 | 114.55 | 0.06 | 0.37 |
| Hex | 5B | 65 | 5A | A | 0 | B | 3C | 73 | 6 | 25 |
| Octal | 133 | 145 | 132 | 12 | 0 | 13 | 74 | 163 | 6 | 45 |
| Binary | 1011011 | 1100101 | 1011010 | 1010 | 0 | 1011 | 111100 | 1110011 | 110 | 100101 |
Color Harmonies of #5B655A
Complementary color
Monochromatic Colors of #5B655A
Black with #5B655A
Text Example
Text Example
White with #5B655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B655A; }
p { color: rgb(91,101,90); }
H1.HeaderClassName
{
color: #5B655A;
}
.AnyTagClassName
{
color: #5B655A;
}
</style>
background-color css
<style>
a { background-color: #5B655A; }
a { background-color: rgb(91,101,90); }
div.DivClassName
{
background-color: #5B655A;
}
.BgClassName
{
background-color: #5B655A;
}
</style>
border-color css
<style>
span { border-color: #5B655A; }
span { border-color: rgb(91,101,90); }
td.TdClassName
{
border-color: #5B655A;
}
.TagClassName
{
border-color: #5B655A;
}
</style>