Shades of Axolotl #5E6C54
Tints of Axolotl #5E6C54
RGB
CMYK
RGB Variations
Color information
#5E6C54 (or 0x5E6C54) is known color: Axolotl. HEX triplet: 5E, 6C and 54. RGB value is (94,108,84). Sum of RGB (Red+Green+Blue) = 94+108+84=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 108 - color contains mainly: green. Hex color #5E6C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6C54 is #A193AB. Grayscale: #656565. Windows color (decimal): -10589100 or 5532766. OLE color: 5532766.
HSL color Cylindrical-coordinate representation of color #5E6C54: hue angle of 95º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E6C54 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 108 | 84 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.58 |
| HSL | 95º | 0.13% | 0.38% | - |
| HSV(B) | 95º | 0.22% | 0.42% | - |
| XYZ | 11.58 | 13.74 | 10.43 | - |
| YUV | 101.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 84 | 0.13 | 0 | 0.22 | 0.58 | 95 | 0.13 | 0.38 |
| Hex | 5E | 6C | 54 | D | 0 | 16 | 3A | 5F | C | 26 |
| Octal | 136 | 154 | 124 | 15 | 0 | 26 | 72 | 137 | 14 | 46 |
| Binary | 1011110 | 1101100 | 1010100 | 1101 | 0 | 10110 | 111010 | 1011111 | 1100 | 100110 |
Color Harmonies of #5E6C54
Complementary color
Monochromatic Colors of #5E6C54
Black with #5E6C54
Text Example
Text Example
White with #5E6C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6C54; }
p { color: rgb(94,108,84); }
H1.HeaderClassName
{
color: #5E6C54;
}
.AnyTagClassName
{
color: #5E6C54;
}
</style>
background-color css
<style>
a { background-color: #5E6C54; }
a { background-color: rgb(94,108,84); }
div.DivClassName
{
background-color: #5E6C54;
}
.BgClassName
{
background-color: #5E6C54;
}
</style>
border-color css
<style>
span { border-color: #5E6C54; }
span { border-color: rgb(94,108,84); }
td.TdClassName
{
border-color: #5E6C54;
}
.TagClassName
{
border-color: #5E6C54;
}
</style>