Shades of Axolotl #5E7752
Tints of Axolotl #5E7752
RGB
CMYK
RGB Variations
Color information
#5E7752 (or 0x5E7752) is known color: Axolotl. HEX triplet: 5E, 77 and 52. RGB value is (94,119,82). Sum of RGB (Red+Green+Blue) = 94+119+82=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7752 is #A188AD. Grayscale: #6B6B6B. Windows color (decimal): -10586286 or 5404510. OLE color: 5404510.
HSL color Cylindrical-coordinate representation of color #5E7752: hue angle of 100.54º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E7752 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
RGB | 94 | 119 | 82 | - |
CMYK | 0.21 | 0 | 0.31 | 0.53 |
HSL | 100.54º | 0.18% | 0.39% | - |
HSV(B) | 100.54º | 0.31% | 0.47% | - |
XYZ | 12.74 | 16.18 | 10.43 | - |
YUV | 107.31 | 113.72 | 118.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 119 | 82 | 0.21 | 0 | 0.31 | 0.53 | 100.54 | 0.18 | 0.39 |
Hex | 5E | 77 | 52 | 15 | 0 | 1F | 35 | 65 | 12 | 27 |
Octal | 136 | 167 | 122 | 25 | 0 | 37 | 65 | 145 | 22 | 47 |
Binary | 1011110 | 1110111 | 1010010 | 10101 | 0 | 11111 | 110101 | 1100101 | 10010 | 100111 |
Color Harmonies of #5E7752
Complementary color
Monochromatic Colors of #5E7752
Black with #5E7752
Text Example
Text Example
White with #5E7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7752; }
p { color: rgb(94,119,82); }
H1.HeaderClassName
{
color: #5E7752;
}
.AnyTagClassName
{
color: #5E7752;
}
</style>
background-color css
<style>
a { background-color: #5E7752; }
a { background-color: rgb(94,119,82); }
div.DivClassName
{
background-color: #5E7752;
}
.BgClassName
{
background-color: #5E7752;
}
</style>
border-color css
<style>
span { border-color: #5E7752; }
span { border-color: rgb(94,119,82); }
td.TdClassName
{
border-color: #5E7752;
}
.TagClassName
{
border-color: #5E7752;
}
</style>