Shades of Axolotl #5E7753
Tints of Axolotl #5E7753
RGB
CMYK
RGB Variations
Color information
#5E7753 (or 0x5E7753) is known color: Axolotl. HEX triplet: 5E, 77 and 53. RGB value is (94,119,83). Sum of RGB (Red+Green+Blue) = 94+119+83=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7753 is #A188AC. Grayscale: #6B6B6B. Windows color (decimal): -10586285 or 5470046. OLE color: 5470046.
HSL color Cylindrical-coordinate representation of color #5E7753: hue angle of 101.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E7753 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 83 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.53 |
| HSL | 101.67º | 0.18% | 0.4% | - |
| HSV(B) | 101.67º | 0.3% | 0.47% | - |
| XYZ | 12.77 | 16.2 | 10.64 | - |
| YUV | 107.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 83 | 0.21 | 0 | 0.30 | 0.53 | 101.67 | 0.18 | 0.4 |
| Hex | 5E | 77 | 53 | 15 | 0 | 1E | 35 | 66 | 12 | 28 |
| Octal | 136 | 167 | 123 | 25 | 0 | 36 | 65 | 146 | 22 | 50 |
| Binary | 1011110 | 1110111 | 1010011 | 10101 | 0 | 11110 | 110101 | 1100110 | 10010 | 101000 |
Color Harmonies of #5E7753
Complementary color
Monochromatic Colors of #5E7753
Black with #5E7753
Text Example
Text Example
White with #5E7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7753; }
p { color: rgb(94,119,83); }
H1.HeaderClassName
{
color: #5E7753;
}
.AnyTagClassName
{
color: #5E7753;
}
</style>
background-color css
<style>
a { background-color: #5E7753; }
a { background-color: rgb(94,119,83); }
div.DivClassName
{
background-color: #5E7753;
}
.BgClassName
{
background-color: #5E7753;
}
</style>
border-color css
<style>
span { border-color: #5E7753; }
span { border-color: rgb(94,119,83); }
td.TdClassName
{
border-color: #5E7753;
}
.TagClassName
{
border-color: #5E7753;
}
</style>