Shades of Cactus #5B685A
Tints of Cactus #5B685A
RGB
CMYK
RGB Variations
Color information
#5B685A (or 0x5B685A) is known color: Cactus. HEX triplet: 5B, 68 and 5A. RGB value is (91,104,90). Sum of RGB (Red+Green+Blue) = 91+104+90=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #5B685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B685A is #A497A5. Grayscale: #626262. Windows color (decimal): -10786726 or 5924955. OLE color: 5924955.
HSL color Cylindrical-coordinate representation of color #5B685A: hue angle of 115.71º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B685A is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 90 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.59 |
| HSL | 115.71º | 0.07% | 0.38% | - |
| HSV(B) | 115.71º | 0.13% | 0.41% | - |
| XYZ | 11.11 | 12.86 | 11.57 | - |
| YUV | 98.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 90 | 0.12 | 0 | 0.13 | 0.59 | 115.71 | 0.07 | 0.38 |
| Hex | 5B | 68 | 5A | C | 0 | D | 3B | 74 | 7 | 26 |
| Octal | 133 | 150 | 132 | 14 | 0 | 15 | 73 | 164 | 7 | 46 |
| Binary | 1011011 | 1101000 | 1011010 | 1100 | 0 | 1101 | 111011 | 1110100 | 111 | 100110 |
Color Harmonies of #5B685A
Complementary color
Monochromatic Colors of #5B685A
Black with #5B685A
Text Example
Text Example
White with #5B685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B685A; }
p { color: rgb(91,104,90); }
H1.HeaderClassName
{
color: #5B685A;
}
.AnyTagClassName
{
color: #5B685A;
}
</style>
background-color css
<style>
a { background-color: #5B685A; }
a { background-color: rgb(91,104,90); }
div.DivClassName
{
background-color: #5B685A;
}
.BgClassName
{
background-color: #5B685A;
}
</style>
border-color css
<style>
span { border-color: #5B685A; }
span { border-color: rgb(91,104,90); }
td.TdClassName
{
border-color: #5B685A;
}
.TagClassName
{
border-color: #5B685A;
}
</style>