Shades of Cactus #5E635C
Tints of Cactus #5E635C
RGB
CMYK
RGB Variations
Color information
#5E635C (or 0x5E635C) is known color: Cactus. HEX triplet: 5E, 63 and 5C. RGB value is (94,99,92). Sum of RGB (Red+Green+Blue) = 94+99+92=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 99 - color contains mainly: green. Hex color #5E635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E635C is #A19CA3. Grayscale: #606060. Windows color (decimal): -10591396 or 6054750. OLE color: 6054750.
HSL color Cylindrical-coordinate representation of color #5E635C: hue angle of 102.86º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5E635C is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
RGB | 94 | 99 | 92 | - |
CMYK | 0.05 | 0 | 0.07 | 0.61 |
HSL | 102.86º | 0.04% | 0.37% | - |
HSV(B) | 102.86º | 0.07% | 0.39% | - |
XYZ | 11.01 | 12.08 | 11.88 | - |
YUV | 96.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 99 | 92 | 0.05 | 0 | 0.07 | 0.61 | 102.86 | 0.04 | 0.37 |
Hex | 5E | 63 | 5C | 5 | 0 | 7 | 3D | 67 | 4 | 25 |
Octal | 136 | 143 | 134 | 5 | 0 | 7 | 75 | 147 | 4 | 45 |
Binary | 1011110 | 1100011 | 1011100 | 101 | 0 | 111 | 111101 | 1100111 | 100 | 100101 |
Color Harmonies of #5E635C
Complementary color
Monochromatic Colors of #5E635C
Black with #5E635C
Text Example
Text Example
White with #5E635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E635C; }
p { color: rgb(94,99,92); }
H1.HeaderClassName
{
color: #5E635C;
}
.AnyTagClassName
{
color: #5E635C;
}
</style>
background-color css
<style>
a { background-color: #5E635C; }
a { background-color: rgb(94,99,92); }
div.DivClassName
{
background-color: #5E635C;
}
.BgClassName
{
background-color: #5E635C;
}
</style>
border-color css
<style>
span { border-color: #5E635C; }
span { border-color: rgb(94,99,92); }
td.TdClassName
{
border-color: #5E635C;
}
.TagClassName
{
border-color: #5E635C;
}
</style>