Shades of Axolotl #5E6F51
Tints of Axolotl #5E6F51
RGB
CMYK
RGB Variations
Color information
#5E6F51 (or 0x5E6F51) is known color: Axolotl. HEX triplet: 5E, 6F and 51. RGB value is (94,111,81). Sum of RGB (Red+Green+Blue) = 94+111+81=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F51 is #A190AE. Grayscale: #666666. Windows color (decimal): -10588335 or 5336926. OLE color: 5336926.
HSL color Cylindrical-coordinate representation of color #5E6F51: hue angle of 94º 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 #5E6F51 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 81 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.56 |
| HSL | 94º | 0.16% | 0.38% | - |
| HSV(B) | 94º | 0.27% | 0.44% | - |
| XYZ | 11.79 | 14.34 | 9.93 | - |
| YUV | 102.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 81 | 0.15 | 0 | 0.27 | 0.56 | 94 | 0.16 | 0.38 |
| Hex | 5E | 6F | 51 | F | 0 | 1B | 38 | 5E | 10 | 26 |
| Octal | 136 | 157 | 121 | 17 | 0 | 33 | 70 | 136 | 20 | 46 |
| Binary | 1011110 | 1101111 | 1010001 | 1111 | 0 | 11011 | 111000 | 1011110 | 10000 | 100110 |
Color Harmonies of #5E6F51
Complementary color
Monochromatic Colors of #5E6F51
Black with #5E6F51
Text Example
Text Example
White with #5E6F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F51; }
p { color: rgb(94,111,81); }
H1.HeaderClassName
{
color: #5E6F51;
}
.AnyTagClassName
{
color: #5E6F51;
}
</style>
background-color css
<style>
a { background-color: #5E6F51; }
a { background-color: rgb(94,111,81); }
div.DivClassName
{
background-color: #5E6F51;
}
.BgClassName
{
background-color: #5E6F51;
}
</style>
border-color css
<style>
span { border-color: #5E6F51; }
span { border-color: rgb(94,111,81); }
td.TdClassName
{
border-color: #5E6F51;
}
.TagClassName
{
border-color: #5E6F51;
}
</style>