Shades of Axolotl #5F6E55
Tints of Axolotl #5F6E55
RGB
CMYK
RGB Variations
Color information
#5F6E55 (or 0x5F6E55) is known color: Axolotl. HEX triplet: 5F, 6E and 55. RGB value is (95,110,85). Sum of RGB (Red+Green+Blue) = 95+110+85=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6E55 is #A091AA. Grayscale: #666666. Windows color (decimal): -10523051 or 5598815. OLE color: 5598815.
HSL color Cylindrical-coordinate representation of color #5F6E55: hue angle of 96º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F6E55 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 110 | 85 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.57 |
| HSL | 96º | 0.13% | 0.38% | - |
| HSV(B) | 96º | 0.23% | 0.43% | - |
| XYZ | 11.93 | 14.24 | 10.71 | - |
| YUV | 102.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 110 | 85 | 0.14 | 0 | 0.23 | 0.57 | 96 | 0.13 | 0.38 |
| Hex | 5F | 6E | 55 | E | 0 | 17 | 39 | 60 | D | 26 |
| Octal | 137 | 156 | 125 | 16 | 0 | 27 | 71 | 140 | 15 | 46 |
| Binary | 1011111 | 1101110 | 1010101 | 1110 | 0 | 10111 | 111001 | 1100000 | 1101 | 100110 |
Color Harmonies of #5F6E55
Complementary color
Monochromatic Colors of #5F6E55
Black with #5F6E55
Text Example
Text Example
White with #5F6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6E55; }
p { color: rgb(95,110,85); }
H1.HeaderClassName
{
color: #5F6E55;
}
.AnyTagClassName
{
color: #5F6E55;
}
</style>
background-color css
<style>
a { background-color: #5F6E55; }
a { background-color: rgb(95,110,85); }
div.DivClassName
{
background-color: #5F6E55;
}
.BgClassName
{
background-color: #5F6E55;
}
</style>
border-color css
<style>
span { border-color: #5F6E55; }
span { border-color: rgb(95,110,85); }
td.TdClassName
{
border-color: #5F6E55;
}
.TagClassName
{
border-color: #5F6E55;
}
</style>