Shades of Axolotl #5E6E52
Tints of Axolotl #5E6E52
RGB
CMYK
RGB Variations
Color information
#5E6E52 (or 0x5E6E52) is known color: Axolotl. HEX triplet: 5E, 6E and 52. RGB value is (94,110,82). Sum of RGB (Red+Green+Blue) = 94+110+82=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6E52 is #A191AD. Grayscale: #666666. Windows color (decimal): -10588590 or 5402206. OLE color: 5402206.
HSL color Cylindrical-coordinate representation of color #5E6E52: hue angle of 94.29º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E6E52 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
RGB | 94 | 110 | 82 | - |
CMYK | 0.15 | 0 | 0.25 | 0.57 |
HSL | 94.29º | 0.15% | 0.38% | - |
HSV(B) | 94.29º | 0.25% | 0.43% | - |
XYZ | 11.72 | 14.14 | 10.09 | - |
YUV | 102.02 | 116.7 | 122.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 110 | 82 | 0.15 | 0 | 0.25 | 0.57 | 94.29 | 0.15 | 0.38 |
Hex | 5E | 6E | 52 | F | 0 | 19 | 39 | 5E | F | 26 |
Octal | 136 | 156 | 122 | 17 | 0 | 31 | 71 | 136 | 17 | 46 |
Binary | 1011110 | 1101110 | 1010010 | 1111 | 0 | 11001 | 111001 | 1011110 | 1111 | 100110 |
Color Harmonies of #5E6E52
Complementary color
Monochromatic Colors of #5E6E52
Black with #5E6E52
Text Example
Text Example
White with #5E6E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E52; }
p { color: rgb(94,110,82); }
H1.HeaderClassName
{
color: #5E6E52;
}
.AnyTagClassName
{
color: #5E6E52;
}
</style>
background-color css
<style>
a { background-color: #5E6E52; }
a { background-color: rgb(94,110,82); }
div.DivClassName
{
background-color: #5E6E52;
}
.BgClassName
{
background-color: #5E6E52;
}
</style>
border-color css
<style>
span { border-color: #5E6E52; }
span { border-color: rgb(94,110,82); }
td.TdClassName
{
border-color: #5E6E52;
}
.TagClassName
{
border-color: #5E6E52;
}
</style>