Shades of Cactus #5B695A
Tints of Cactus #5B695A
RGB
CMYK
RGB Variations
Color information
#5B695A (or 0x5B695A) is known color: Cactus. HEX triplet: 5B, 69 and 5A. RGB value is (91,105,90). Sum of RGB (Red+Green+Blue) = 91+105+90=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #5B695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B695A is #A496A5. Grayscale: #636363. Windows color (decimal): -10786470 or 5925211. OLE color: 5925211.
HSL color Cylindrical-coordinate representation of color #5B695A: hue angle of 116º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B695A is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 105 | 90 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.59 |
| HSL | 116º | 0.08% | 0.38% | - |
| HSV(B) | 116º | 0.14% | 0.41% | - |
| XYZ | 11.21 | 13.07 | 11.6 | - |
| YUV | 99.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 90 | 0.13 | 0 | 0.14 | 0.59 | 116 | 0.08 | 0.38 |
| Hex | 5B | 69 | 5A | D | 0 | E | 3B | 74 | 8 | 26 |
| Octal | 133 | 151 | 132 | 15 | 0 | 16 | 73 | 164 | 10 | 46 |
| Binary | 1011011 | 1101001 | 1011010 | 1101 | 0 | 1110 | 111011 | 1110100 | 1000 | 100110 |
Color Harmonies of #5B695A
Complementary color
Monochromatic Colors of #5B695A
Black with #5B695A
Text Example
Text Example
White with #5B695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B695A; }
p { color: rgb(91,105,90); }
H1.HeaderClassName
{
color: #5B695A;
}
.AnyTagClassName
{
color: #5B695A;
}
</style>
background-color css
<style>
a { background-color: #5B695A; }
a { background-color: rgb(91,105,90); }
div.DivClassName
{
background-color: #5B695A;
}
.BgClassName
{
background-color: #5B695A;
}
</style>
border-color css
<style>
span { border-color: #5B695A; }
span { border-color: rgb(91,105,90); }
td.TdClassName
{
border-color: #5B695A;
}
.TagClassName
{
border-color: #5B695A;
}
</style>