Shades of Cactus #5E625C
Tints of Cactus #5E625C
RGB
CMYK
RGB Variations
Color information
#5E625C (or 0x5E625C) is known color: Cactus. HEX triplet: 5E, 62 and 5C. RGB value is (94,98,92). Sum of RGB (Red+Green+Blue) = 94+98+92=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 98 - color contains mainly: green. Hex color #5E625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E625C is #A19DA3. Grayscale: #606060. Windows color (decimal): -10591652 or 6054494. OLE color: 6054494.
HSL color Cylindrical-coordinate representation of color #5E625C: hue angle of 100º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5E625C is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 98 | 92 | - |
CMYK | 0.04 | 0 | 0.06 | 0.62 |
HSL | 100º | 0.03% | 0.37% | - |
HSV(B) | 100º | 0.06% | 0.38% | - |
XYZ | 10.92 | 11.89 | 11.84 | - |
YUV | 96.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 98 | 92 | 0.04 | 0 | 0.06 | 0.62 | 100 | 0.03 | 0.37 |
Hex | 5E | 62 | 5C | 4 | 0 | 6 | 3E | 64 | 3 | 25 |
Octal | 136 | 142 | 134 | 4 | 0 | 6 | 76 | 144 | 3 | 45 |
Binary | 1011110 | 1100010 | 1011100 | 100 | 0 | 110 | 111110 | 1100100 | 11 | 100101 |
Color Harmonies of #5E625C
Complementary color
Monochromatic Colors of #5E625C
Black with #5E625C
Text Example
Text Example
White with #5E625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E625C; }
p { color: rgb(94,98,92); }
H1.HeaderClassName
{
color: #5E625C;
}
.AnyTagClassName
{
color: #5E625C;
}
</style>
background-color css
<style>
a { background-color: #5E625C; }
a { background-color: rgb(94,98,92); }
div.DivClassName
{
background-color: #5E625C;
}
.BgClassName
{
background-color: #5E625C;
}
</style>
border-color css
<style>
span { border-color: #5E625C; }
span { border-color: rgb(94,98,92); }
td.TdClassName
{
border-color: #5E625C;
}
.TagClassName
{
border-color: #5E625C;
}
</style>