Shades of Cactus #5E6F57
Tints of Cactus #5E6F57
RGB
CMYK
RGB Variations
Color information
#5E6F57 (or 0x5E6F57) is known color: Cactus. HEX triplet: 5E, 6F and 57. RGB value is (94,111,87). Sum of RGB (Red+Green+Blue) = 94+111+87=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F57 is #A190A8. Grayscale: #676767. Windows color (decimal): -10588329 or 5730142. OLE color: 5730142.
HSL color Cylindrical-coordinate representation of color #5E6F57: hue angle of 102.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E6F57 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 87 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.56 |
| HSL | 102.5º | 0.12% | 0.39% | - |
| HSV(B) | 102.5º | 0.22% | 0.44% | - |
| XYZ | 12.02 | 14.44 | 11.17 | - |
| YUV | 103.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 87 | 0.15 | 0 | 0.22 | 0.56 | 102.5 | 0.12 | 0.39 |
| Hex | 5E | 6F | 57 | F | 0 | 16 | 38 | 66 | C | 27 |
| Octal | 136 | 157 | 127 | 17 | 0 | 26 | 70 | 146 | 14 | 47 |
| Binary | 1011110 | 1101111 | 1010111 | 1111 | 0 | 10110 | 111000 | 1100110 | 1100 | 100111 |
Color Harmonies of #5E6F57
Complementary color
Monochromatic Colors of #5E6F57
Black with #5E6F57
Text Example
Text Example
White with #5E6F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F57; }
p { color: rgb(94,111,87); }
H1.HeaderClassName
{
color: #5E6F57;
}
.AnyTagClassName
{
color: #5E6F57;
}
</style>
background-color css
<style>
a { background-color: #5E6F57; }
a { background-color: rgb(94,111,87); }
div.DivClassName
{
background-color: #5E6F57;
}
.BgClassName
{
background-color: #5E6F57;
}
</style>
border-color css
<style>
span { border-color: #5E6F57; }
span { border-color: rgb(94,111,87); }
td.TdClassName
{
border-color: #5E6F57;
}
.TagClassName
{
border-color: #5E6F57;
}
</style>