Shades of Axolotl #5E7853
Tints of Axolotl #5E7853
RGB
CMYK
RGB Variations
Color information
#5E7853 (or 0x5E7853) is known color: Axolotl. HEX triplet: 5E, 78 and 53. RGB value is (94,120,83). Sum of RGB (Red+Green+Blue) = 94+120+83=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7853 is #A187AC. Grayscale: #6C6C6C. Windows color (decimal): -10586029 or 5470302. OLE color: 5470302.
HSL color Cylindrical-coordinate representation of color #5E7853: hue angle of 102.16º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E7853 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 83 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.53 |
| HSL | 102.16º | 0.18% | 0.4% | - |
| HSV(B) | 102.16º | 0.31% | 0.47% | - |
| XYZ | 12.89 | 16.44 | 10.68 | - |
| YUV | 108.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 83 | 0.22 | 0 | 0.31 | 0.53 | 102.16 | 0.18 | 0.4 |
| Hex | 5E | 78 | 53 | 16 | 0 | 1F | 35 | 66 | 12 | 28 |
| Octal | 136 | 170 | 123 | 26 | 0 | 37 | 65 | 146 | 22 | 50 |
| Binary | 1011110 | 1111000 | 1010011 | 10110 | 0 | 11111 | 110101 | 1100110 | 10010 | 101000 |
Color Harmonies of #5E7853
Complementary color
Monochromatic Colors of #5E7853
Black with #5E7853
Text Example
Text Example
White with #5E7853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7853; }
p { color: rgb(94,120,83); }
H1.HeaderClassName
{
color: #5E7853;
}
.AnyTagClassName
{
color: #5E7853;
}
</style>
background-color css
<style>
a { background-color: #5E7853; }
a { background-color: rgb(94,120,83); }
div.DivClassName
{
background-color: #5E7853;
}
.BgClassName
{
background-color: #5E7853;
}
</style>
border-color css
<style>
span { border-color: #5E7853; }
span { border-color: rgb(94,120,83); }
td.TdClassName
{
border-color: #5E7853;
}
.TagClassName
{
border-color: #5E7853;
}
</style>