Shades of Cactus #5E655C
Tints of Cactus #5E655C
RGB
CMYK
RGB Variations
Color information
#5E655C (or 0x5E655C) is known color: Cactus. HEX triplet: 5E, 65 and 5C. RGB value is (94,101,92). Sum of RGB (Red+Green+Blue) = 94+101+92=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 101 - color contains mainly: green. Hex color #5E655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E655C is #A19AA3. Grayscale: #616161. Windows color (decimal): -10590884 or 6055262. OLE color: 6055262.
HSL color Cylindrical-coordinate representation of color #5E655C: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5E655C is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
RGB | 94 | 101 | 92 | - |
CMYK | 0.07 | 0 | 0.09 | 0.60 |
HSL | 106.67º | 0.05% | 0.38% | - |
HSV(B) | 106.67º | 0.09% | 0.4% | - |
XYZ | 11.2 | 12.46 | 11.94 | - |
YUV | 97.88 | 124.68 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 101 | 92 | 0.07 | 0 | 0.09 | 0.60 | 106.67 | 0.05 | 0.38 |
Hex | 5E | 65 | 5C | 7 | 0 | 9 | 3C | 6B | 5 | 26 |
Octal | 136 | 145 | 134 | 7 | 0 | 11 | 74 | 153 | 5 | 46 |
Binary | 1011110 | 1100101 | 1011100 | 111 | 0 | 1001 | 111100 | 1101011 | 101 | 100110 |
Color Harmonies of #5E655C
Complementary color
Monochromatic Colors of #5E655C
Black with #5E655C
Text Example
Text Example
White with #5E655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E655C; }
p { color: rgb(94,101,92); }
H1.HeaderClassName
{
color: #5E655C;
}
.AnyTagClassName
{
color: #5E655C;
}
</style>
background-color css
<style>
a { background-color: #5E655C; }
a { background-color: rgb(94,101,92); }
div.DivClassName
{
background-color: #5E655C;
}
.BgClassName
{
background-color: #5E655C;
}
</style>
border-color css
<style>
span { border-color: #5E655C; }
span { border-color: rgb(94,101,92); }
td.TdClassName
{
border-color: #5E655C;
}
.TagClassName
{
border-color: #5E655C;
}
</style>