Shades of Axolotl #5E7854
Tints of Axolotl #5E7854
RGB
CMYK
RGB Variations
Color information
#5E7854 (or 0x5E7854) is known color: Axolotl. HEX triplet: 5E, 78 and 54. RGB value is (94,120,84). Sum of RGB (Red+Green+Blue) = 94+120+84=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7854 is #A187AB. Grayscale: #6C6C6C. Windows color (decimal): -10586028 or 5535838. OLE color: 5535838.
HSL color Cylindrical-coordinate representation of color #5E7854: hue angle of 103.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E7854 is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 84 | - |
| CMYK | 0.22 | 0 | 0.3 | 0.53 |
| HSL | 103.33º | 0.18% | 0.4% | - |
| HSV(B) | 103.33º | 0.3% | 0.47% | - |
| XYZ | 12.93 | 16.45 | 10.88 | - |
| YUV | 108.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 84 | 0.22 | 0 | 0.3 | 0.53 | 103.33 | 0.18 | 0.4 |
| Hex | 5E | 78 | 54 | 16 | 0 | 1E | 35 | 67 | 12 | 28 |
| Octal | 136 | 170 | 124 | 26 | 0 | 36 | 65 | 147 | 22 | 50 |
| Binary | 1011110 | 1111000 | 1010100 | 10110 | 0 | 11110 | 110101 | 1100111 | 10010 | 101000 |
Color Harmonies of #5E7854
Complementary color
Monochromatic Colors of #5E7854
Black with #5E7854
Text Example
Text Example
White with #5E7854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7854; }
p { color: rgb(94,120,84); }
H1.HeaderClassName
{
color: #5E7854;
}
.AnyTagClassName
{
color: #5E7854;
}
</style>
background-color css
<style>
a { background-color: #5E7854; }
a { background-color: rgb(94,120,84); }
div.DivClassName
{
background-color: #5E7854;
}
.BgClassName
{
background-color: #5E7854;
}
</style>
border-color css
<style>
span { border-color: #5E7854; }
span { border-color: rgb(94,120,84); }
td.TdClassName
{
border-color: #5E7854;
}
.TagClassName
{
border-color: #5E7854;
}
</style>