Shades of Cactus #5E655B
Tints of Cactus #5E655B
RGB
CMYK
RGB Variations
Color information
#5E655B (or 0x5E655B) is known color: Cactus. HEX triplet: 5E, 65 and 5B. RGB value is (94,101,91). Sum of RGB (Red+Green+Blue) = 94+101+91=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 101 - color contains mainly: green. Hex color #5E655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E655B is #A19AA4. Grayscale: #616161. Windows color (decimal): -10590885 or 5989726. OLE color: 5989726.
HSL color Cylindrical-coordinate representation of color #5E655B: hue angle of 102º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E655B is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
RGB | 94 | 101 | 91 | - |
CMYK | 0.07 | 0 | 0.10 | 0.60 |
HSL | 102º | 0.05% | 0.38% | - |
HSV(B) | 102º | 0.1% | 0.4% | - |
XYZ | 11.16 | 12.44 | 11.71 | - |
YUV | 97.77 | 124.18 | 125.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 101 | 91 | 0.07 | 0 | 0.10 | 0.60 | 102 | 0.05 | 0.38 |
Hex | 5E | 65 | 5B | 7 | 0 | A | 3C | 66 | 5 | 26 |
Octal | 136 | 145 | 133 | 7 | 0 | 12 | 74 | 146 | 5 | 46 |
Binary | 1011110 | 1100101 | 1011011 | 111 | 0 | 1010 | 111100 | 1100110 | 101 | 100110 |
Color Harmonies of #5E655B
Complementary color
Monochromatic Colors of #5E655B
Black with #5E655B
Text Example
Text Example
White with #5E655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E655B; }
p { color: rgb(94,101,91); }
H1.HeaderClassName
{
color: #5E655B;
}
.AnyTagClassName
{
color: #5E655B;
}
</style>
background-color css
<style>
a { background-color: #5E655B; }
a { background-color: rgb(94,101,91); }
div.DivClassName
{
background-color: #5E655B;
}
.BgClassName
{
background-color: #5E655B;
}
</style>
border-color css
<style>
span { border-color: #5E655B; }
span { border-color: rgb(94,101,91); }
td.TdClassName
{
border-color: #5E655B;
}
.TagClassName
{
border-color: #5E655B;
}
</style>