Shades of Axolotl #5E6F53
Tints of Axolotl #5E6F53
RGB
CMYK
RGB Variations
Color information
#5E6F53 (or 0x5E6F53) is known color: Axolotl. HEX triplet: 5E, 6F and 53. RGB value is (94,111,83). Sum of RGB (Red+Green+Blue) = 94+111+83=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F53 is #A190AC. Grayscale: #666666. Windows color (decimal): -10588333 or 5467998. OLE color: 5467998.
HSL color Cylindrical-coordinate representation of color #5E6F53: hue angle of 96.43º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E6F53 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 83 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.56 |
| HSL | 96.43º | 0.14% | 0.38% | - |
| HSV(B) | 96.43º | 0.25% | 0.44% | - |
| XYZ | 11.86 | 14.37 | 10.33 | - |
| YUV | 102.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 83 | 0.15 | 0 | 0.25 | 0.56 | 96.43 | 0.14 | 0.38 |
| Hex | 5E | 6F | 53 | F | 0 | 19 | 38 | 60 | E | 26 |
| Octal | 136 | 157 | 123 | 17 | 0 | 31 | 70 | 140 | 16 | 46 |
| Binary | 1011110 | 1101111 | 1010011 | 1111 | 0 | 11001 | 111000 | 1100000 | 1110 | 100110 |
Color Harmonies of #5E6F53
Complementary color
Monochromatic Colors of #5E6F53
Black with #5E6F53
Text Example
Text Example
White with #5E6F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F53; }
p { color: rgb(94,111,83); }
H1.HeaderClassName
{
color: #5E6F53;
}
.AnyTagClassName
{
color: #5E6F53;
}
</style>
background-color css
<style>
a { background-color: #5E6F53; }
a { background-color: rgb(94,111,83); }
div.DivClassName
{
background-color: #5E6F53;
}
.BgClassName
{
background-color: #5E6F53;
}
</style>
border-color css
<style>
span { border-color: #5E6F53; }
span { border-color: rgb(94,111,83); }
td.TdClassName
{
border-color: #5E6F53;
}
.TagClassName
{
border-color: #5E6F53;
}
</style>