Shades of Cactus #5E615C
Tints of Cactus #5E615C
RGB
CMYK
RGB Variations
Color information
#5E615C (or 0x5E615C) is known color: Cactus. HEX triplet: 5E, 61 and 5C. RGB value is (94,97,92). Sum of RGB (Red+Green+Blue) = 94+97+92=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 97 - color contains mainly: green. Hex color #5E615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E615C is #A19EA3. Grayscale: #5F5F5F. Windows color (decimal): -10591908 or 6054238. OLE color: 6054238.
HSL color Cylindrical-coordinate representation of color #5E615C: hue angle of 96º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5E615C is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 97 | 92 | - |
CMYK | 0.03 | 0 | 0.05 | 0.62 |
HSL | 96º | 0.03% | 0.37% | - |
HSV(B) | 96º | 0.05% | 0.38% | - |
XYZ | 10.82 | 11.7 | 11.81 | - |
YUV | 95.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 97 | 92 | 0.03 | 0 | 0.05 | 0.62 | 96 | 0.03 | 0.37 |
Hex | 5E | 61 | 5C | 3 | 0 | 5 | 3E | 60 | 3 | 25 |
Octal | 136 | 141 | 134 | 3 | 0 | 5 | 76 | 140 | 3 | 45 |
Binary | 1011110 | 1100001 | 1011100 | 11 | 0 | 101 | 111110 | 1100000 | 11 | 100101 |
Color Harmonies of #5E615C
Complementary color
Monochromatic Colors of #5E615C
Black with #5E615C
Text Example
Text Example
White with #5E615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E615C; }
p { color: rgb(94,97,92); }
H1.HeaderClassName
{
color: #5E615C;
}
.AnyTagClassName
{
color: #5E615C;
}
</style>
background-color css
<style>
a { background-color: #5E615C; }
a { background-color: rgb(94,97,92); }
div.DivClassName
{
background-color: #5E615C;
}
.BgClassName
{
background-color: #5E615C;
}
</style>
border-color css
<style>
span { border-color: #5E615C; }
span { border-color: rgb(94,97,92); }
td.TdClassName
{
border-color: #5E615C;
}
.TagClassName
{
border-color: #5E615C;
}
</style>