Shades of Cactus #5B605A
Tints of Cactus #5B605A
RGB
CMYK
RGB Variations
Color information
#5B605A (or 0x5B605A) is known color: Cactus. HEX triplet: 5B, 60 and 5A. RGB value is (91,96,90). Sum of RGB (Red+Green+Blue) = 91+96+90=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #5B605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B605A is #A49FA5. Grayscale: #5D5D5D. Windows color (decimal): -10788774 or 5922907. OLE color: 5922907.
HSL color Cylindrical-coordinate representation of color #5B605A: hue angle of 110º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5B605A is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 90 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.62 |
| HSL | 110º | 0.03% | 0.36% | - |
| HSV(B) | 110º | 0.06% | 0.38% | - |
| XYZ | 10.34 | 11.33 | 11.31 | - |
| YUV | 93.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 90 | 0.05 | 0 | 0.06 | 0.62 | 110 | 0.03 | 0.36 |
| Hex | 5B | 60 | 5A | 5 | 0 | 6 | 3E | 6E | 3 | 24 |
| Octal | 133 | 140 | 132 | 5 | 0 | 6 | 76 | 156 | 3 | 44 |
| Binary | 1011011 | 1100000 | 1011010 | 101 | 0 | 110 | 111110 | 1101110 | 11 | 100100 |
Color Harmonies of #5B605A
Complementary color
Monochromatic Colors of #5B605A
Black with #5B605A
Text Example
Text Example
White with #5B605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B605A; }
p { color: rgb(91,96,90); }
H1.HeaderClassName
{
color: #5B605A;
}
.AnyTagClassName
{
color: #5B605A;
}
</style>
background-color css
<style>
a { background-color: #5B605A; }
a { background-color: rgb(91,96,90); }
div.DivClassName
{
background-color: #5B605A;
}
.BgClassName
{
background-color: #5B605A;
}
</style>
border-color css
<style>
span { border-color: #5B605A; }
span { border-color: rgb(91,96,90); }
td.TdClassName
{
border-color: #5B605A;
}
.TagClassName
{
border-color: #5B605A;
}
</style>