Shades of Cactus #5E625D
Tints of Cactus #5E625D
RGB
CMYK
RGB Variations
Color information
#5E625D (or 0x5E625D) is known color: Cactus. HEX triplet: 5E, 62 and 5D. RGB value is (94,98,93). Sum of RGB (Red+Green+Blue) = 94+98+93=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 98 - color contains mainly: green. Hex color #5E625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E625D is #A19DA2. Grayscale: #606060. Windows color (decimal): -10591651 or 6120030. OLE color: 6120030.
HSL color Cylindrical-coordinate representation of color #5E625D: hue angle of 108º 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 #5E625D is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 98 | 93 | - |
CMYK | 0.04 | 0 | 0.05 | 0.62 |
HSL | 108º | 0.03% | 0.37% | - |
HSV(B) | 108º | 0.05% | 0.38% | - |
XYZ | 10.96 | 11.91 | 12.08 | - |
YUV | 96.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 98 | 93 | 0.04 | 0 | 0.05 | 0.62 | 108 | 0.03 | 0.37 |
Hex | 5E | 62 | 5D | 4 | 0 | 5 | 3E | 6C | 3 | 25 |
Octal | 136 | 142 | 135 | 4 | 0 | 5 | 76 | 154 | 3 | 45 |
Binary | 1011110 | 1100010 | 1011101 | 100 | 0 | 101 | 111110 | 1101100 | 11 | 100101 |
Color Harmonies of #5E625D
Complementary color
Monochromatic Colors of #5E625D
Black with #5E625D
Text Example
Text Example
White with #5E625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E625D; }
p { color: rgb(94,98,93); }
H1.HeaderClassName
{
color: #5E625D;
}
.AnyTagClassName
{
color: #5E625D;
}
</style>
background-color css
<style>
a { background-color: #5E625D; }
a { background-color: rgb(94,98,93); }
div.DivClassName
{
background-color: #5E625D;
}
.BgClassName
{
background-color: #5E625D;
}
</style>
border-color css
<style>
span { border-color: #5E625D; }
span { border-color: rgb(94,98,93); }
td.TdClassName
{
border-color: #5E625D;
}
.TagClassName
{
border-color: #5E625D;
}
</style>