Shades of Axolotl #5E7555
Tints of Axolotl #5E7555
RGB
CMYK
RGB Variations
Color information
#5E7555 (or 0x5E7555) is known color: Axolotl. HEX triplet: 5E, 75 and 55. RGB value is (94,117,85). Sum of RGB (Red+Green+Blue) = 94+117+85=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7555 is #A18AAA. Grayscale: #6A6A6A. Windows color (decimal): -10586795 or 5600606. OLE color: 5600606.
HSL color Cylindrical-coordinate representation of color #5E7555: hue angle of 103.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E7555 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 85 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.54 |
| HSL | 103.13º | 0.16% | 0.4% | - |
| HSV(B) | 103.13º | 0.27% | 0.46% | - |
| XYZ | 12.62 | 15.76 | 10.97 | - |
| YUV | 106.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 85 | 0.20 | 0 | 0.27 | 0.54 | 103.13 | 0.16 | 0.4 |
| Hex | 5E | 75 | 55 | 14 | 0 | 1B | 36 | 67 | 10 | 28 |
| Octal | 136 | 165 | 125 | 24 | 0 | 33 | 66 | 147 | 20 | 50 |
| Binary | 1011110 | 1110101 | 1010101 | 10100 | 0 | 11011 | 110110 | 1100111 | 10000 | 101000 |
Color Harmonies of #5E7555
Complementary color
Monochromatic Colors of #5E7555
Black with #5E7555
Text Example
Text Example
White with #5E7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7555; }
p { color: rgb(94,117,85); }
H1.HeaderClassName
{
color: #5E7555;
}
.AnyTagClassName
{
color: #5E7555;
}
</style>
background-color css
<style>
a { background-color: #5E7555; }
a { background-color: rgb(94,117,85); }
div.DivClassName
{
background-color: #5E7555;
}
.BgClassName
{
background-color: #5E7555;
}
</style>
border-color css
<style>
span { border-color: #5E7555; }
span { border-color: rgb(94,117,85); }
td.TdClassName
{
border-color: #5E7555;
}
.TagClassName
{
border-color: #5E7555;
}
</style>