Shades of Axolotl #5E6D53
Tints of Axolotl #5E6D53
RGB
CMYK
RGB Variations
Color information
#5E6D53 (or 0x5E6D53) is known color: Axolotl. HEX triplet: 5E, 6D and 53. RGB value is (94,109,83). Sum of RGB (Red+Green+Blue) = 94+109+83=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6D53 is #A192AC. Grayscale: #656565. Windows color (decimal): -10588845 or 5467486. OLE color: 5467486.
HSL color Cylindrical-coordinate representation of color #5E6D53: hue angle of 94.62º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E6D53 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 109 | 83 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.57 |
| HSL | 94.62º | 0.14% | 0.38% | - |
| HSV(B) | 94.62º | 0.24% | 0.43% | - |
| XYZ | 11.65 | 13.94 | 10.26 | - |
| YUV | 101.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 109 | 83 | 0.14 | 0 | 0.24 | 0.57 | 94.62 | 0.14 | 0.38 |
| Hex | 5E | 6D | 53 | E | 0 | 18 | 39 | 5F | E | 26 |
| Octal | 136 | 155 | 123 | 16 | 0 | 30 | 71 | 137 | 16 | 46 |
| Binary | 1011110 | 1101101 | 1010011 | 1110 | 0 | 11000 | 111001 | 1011111 | 1110 | 100110 |
Color Harmonies of #5E6D53
Complementary color
Monochromatic Colors of #5E6D53
Black with #5E6D53
Text Example
Text Example
White with #5E6D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6D53; }
p { color: rgb(94,109,83); }
H1.HeaderClassName
{
color: #5E6D53;
}
.AnyTagClassName
{
color: #5E6D53;
}
</style>
background-color css
<style>
a { background-color: #5E6D53; }
a { background-color: rgb(94,109,83); }
div.DivClassName
{
background-color: #5E6D53;
}
.BgClassName
{
background-color: #5E6D53;
}
</style>
border-color css
<style>
span { border-color: #5E6D53; }
span { border-color: rgb(94,109,83); }
td.TdClassName
{
border-color: #5E6D53;
}
.TagClassName
{
border-color: #5E6D53;
}
</style>