Shades of Axolotl #5E7152
Tints of Axolotl #5E7152
RGB
CMYK
RGB Variations
Color information
#5E7152 (or 0x5E7152) is known color: Axolotl. HEX triplet: 5E, 71 and 52. RGB value is (94,113,82). Sum of RGB (Red+Green+Blue) = 94+113+82=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7152 is #A18EAD. Grayscale: #676767. Windows color (decimal): -10587822 or 5402974. OLE color: 5402974.
HSL color Cylindrical-coordinate representation of color #5E7152: hue angle of 96.77º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E7152 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 113 | 82 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.56 |
| HSL | 96.77º | 0.16% | 0.38% | - |
| HSV(B) | 96.77º | 0.27% | 0.44% | - |
| XYZ | 12.04 | 14.8 | 10.2 | - |
| YUV | 103.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 82 | 0.17 | 0 | 0.27 | 0.56 | 96.77 | 0.16 | 0.38 |
| Hex | 5E | 71 | 52 | 11 | 0 | 1B | 38 | 61 | 10 | 26 |
| Octal | 136 | 161 | 122 | 21 | 0 | 33 | 70 | 141 | 20 | 46 |
| Binary | 1011110 | 1110001 | 1010010 | 10001 | 0 | 11011 | 111000 | 1100001 | 10000 | 100110 |
Color Harmonies of #5E7152
Complementary color
Monochromatic Colors of #5E7152
Black with #5E7152
Text Example
Text Example
White with #5E7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7152; }
p { color: rgb(94,113,82); }
H1.HeaderClassName
{
color: #5E7152;
}
.AnyTagClassName
{
color: #5E7152;
}
</style>
background-color css
<style>
a { background-color: #5E7152; }
a { background-color: rgb(94,113,82); }
div.DivClassName
{
background-color: #5E7152;
}
.BgClassName
{
background-color: #5E7152;
}
</style>
border-color css
<style>
span { border-color: #5E7152; }
span { border-color: rgb(94,113,82); }
td.TdClassName
{
border-color: #5E7152;
}
.TagClassName
{
border-color: #5E7152;
}
</style>