Shades of Axolotl #5E7552
Tints of Axolotl #5E7552
RGB
CMYK
RGB Variations
Color information
#5E7552 (or 0x5E7552) is known color: Axolotl. HEX triplet: 5E, 75 and 52. RGB value is (94,117,82). Sum of RGB (Red+Green+Blue) = 94+117+82=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7552 is #A18AAD. Grayscale: #6A6A6A. Windows color (decimal): -10586798 or 5403998. OLE color: 5403998.
HSL color Cylindrical-coordinate representation of color #5E7552: hue angle of 99.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E7552 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 82 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.54 |
| HSL | 99.43º | 0.18% | 0.39% | - |
| HSV(B) | 99.43º | 0.3% | 0.46% | - |
| XYZ | 12.5 | 15.71 | 10.36 | - |
| YUV | 106.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 82 | 0.20 | 0 | 0.30 | 0.54 | 99.43 | 0.18 | 0.39 |
| Hex | 5E | 75 | 52 | 14 | 0 | 1E | 36 | 63 | 12 | 27 |
| Octal | 136 | 165 | 122 | 24 | 0 | 36 | 66 | 143 | 22 | 47 |
| Binary | 1011110 | 1110101 | 1010010 | 10100 | 0 | 11110 | 110110 | 1100011 | 10010 | 100111 |
Color Harmonies of #5E7552
Complementary color
Monochromatic Colors of #5E7552
Black with #5E7552
Text Example
Text Example
White with #5E7552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7552; }
p { color: rgb(94,117,82); }
H1.HeaderClassName
{
color: #5E7552;
}
.AnyTagClassName
{
color: #5E7552;
}
</style>
background-color css
<style>
a { background-color: #5E7552; }
a { background-color: rgb(94,117,82); }
div.DivClassName
{
background-color: #5E7552;
}
.BgClassName
{
background-color: #5E7552;
}
</style>
border-color css
<style>
span { border-color: #5E7552; }
span { border-color: rgb(94,117,82); }
td.TdClassName
{
border-color: #5E7552;
}
.TagClassName
{
border-color: #5E7552;
}
</style>