Shades of Axolotl #5E6F52
Tints of Axolotl #5E6F52
RGB
CMYK
RGB Variations
Color information
#5E6F52 (or 0x5E6F52) is known color: Axolotl. HEX triplet: 5E, 6F and 52. RGB value is (94,111,82). Sum of RGB (Red+Green+Blue) = 94+111+82=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F52 is #A190AD. Grayscale: #666666. Windows color (decimal): -10588334 or 5402462. OLE color: 5402462.
HSL color Cylindrical-coordinate representation of color #5E6F52: hue angle of 95.17º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E6F52 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
RGB | 94 | 111 | 82 | - |
CMYK | 0.15 | 0 | 0.26 | 0.56 |
HSL | 95.17º | 0.15% | 0.38% | - |
HSV(B) | 95.17º | 0.26% | 0.44% | - |
XYZ | 11.82 | 14.36 | 10.13 | - |
YUV | 102.61 | 116.37 | 121.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 111 | 82 | 0.15 | 0 | 0.26 | 0.56 | 95.17 | 0.15 | 0.38 |
Hex | 5E | 6F | 52 | F | 0 | 1A | 38 | 5F | F | 26 |
Octal | 136 | 157 | 122 | 17 | 0 | 32 | 70 | 137 | 17 | 46 |
Binary | 1011110 | 1101111 | 1010010 | 1111 | 0 | 11010 | 111000 | 1011111 | 1111 | 100110 |
Color Harmonies of #5E6F52
Complementary color
Monochromatic Colors of #5E6F52
Black with #5E6F52
Text Example
Text Example
White with #5E6F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F52; }
p { color: rgb(94,111,82); }
H1.HeaderClassName
{
color: #5E6F52;
}
.AnyTagClassName
{
color: #5E6F52;
}
</style>
background-color css
<style>
a { background-color: #5E6F52; }
a { background-color: rgb(94,111,82); }
div.DivClassName
{
background-color: #5E6F52;
}
.BgClassName
{
background-color: #5E6F52;
}
</style>
border-color css
<style>
span { border-color: #5E6F52; }
span { border-color: rgb(94,111,82); }
td.TdClassName
{
border-color: #5E6F52;
}
.TagClassName
{
border-color: #5E6F52;
}
</style>