Shades of Axolotl #5F6C56
Tints of Axolotl #5F6C56
RGB
CMYK
RGB Variations
Color information
#5F6C56 (or 0x5F6C56) is known color: Axolotl. HEX triplet: 5F, 6C and 56. RGB value is (95,108,86). Sum of RGB (Red+Green+Blue) = 95+108+86=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 108 - color contains mainly: green. Hex color #5F6C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6C56 is #A093A9. Grayscale: #656565. Windows color (decimal): -10523562 or 5663839. OLE color: 5663839.
HSL color Cylindrical-coordinate representation of color #5F6C56: hue angle of 95.45º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F6C56 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 108 | 86 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.58 |
| HSL | 95.45º | 0.11% | 0.38% | - |
| HSV(B) | 95.45º | 0.2% | 0.42% | - |
| XYZ | 11.76 | 13.83 | 10.85 | - |
| YUV | 101.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 108 | 86 | 0.12 | 0 | 0.20 | 0.58 | 95.45 | 0.11 | 0.38 |
| Hex | 5F | 6C | 56 | C | 0 | 14 | 3A | 5F | B | 26 |
| Octal | 137 | 154 | 126 | 14 | 0 | 24 | 72 | 137 | 13 | 46 |
| Binary | 1011111 | 1101100 | 1010110 | 1100 | 0 | 10100 | 111010 | 1011111 | 1011 | 100110 |
Color Harmonies of #5F6C56
Complementary color
Monochromatic Colors of #5F6C56
Black with #5F6C56
Text Example
Text Example
White with #5F6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6C56; }
p { color: rgb(95,108,86); }
H1.HeaderClassName
{
color: #5F6C56;
}
.AnyTagClassName
{
color: #5F6C56;
}
</style>
background-color css
<style>
a { background-color: #5F6C56; }
a { background-color: rgb(95,108,86); }
div.DivClassName
{
background-color: #5F6C56;
}
.BgClassName
{
background-color: #5F6C56;
}
</style>
border-color css
<style>
span { border-color: #5F6C56; }
span { border-color: rgb(95,108,86); }
td.TdClassName
{
border-color: #5F6C56;
}
.TagClassName
{
border-color: #5F6C56;
}
</style>