Shades of Axolotl #5F6A57
Tints of Axolotl #5F6A57
RGB
CMYK
RGB Variations
Color information
#5F6A57 (or 0x5F6A57) is known color: Axolotl. HEX triplet: 5F, 6A and 57. RGB value is (95,106,87). Sum of RGB (Red+Green+Blue) = 95+106+87=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6A57 is #A095A8. Grayscale: #646464. Windows color (decimal): -10524073 or 5728863. OLE color: 5728863.
HSL color Cylindrical-coordinate representation of color #5F6A57: hue angle of 94.74º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F6A57 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 106 | 87 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.58 |
| HSL | 94.74º | 0.1% | 0.38% | - |
| HSV(B) | 94.74º | 0.18% | 0.42% | - |
| XYZ | 11.59 | 13.43 | 11 | - |
| YUV | 100.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 106 | 87 | 0.10 | 0 | 0.18 | 0.58 | 94.74 | 0.1 | 0.38 |
| Hex | 5F | 6A | 57 | A | 0 | 12 | 3A | 5F | A | 26 |
| Octal | 137 | 152 | 127 | 12 | 0 | 22 | 72 | 137 | 12 | 46 |
| Binary | 1011111 | 1101010 | 1010111 | 1010 | 0 | 10010 | 111010 | 1011111 | 1010 | 100110 |
Color Harmonies of #5F6A57
Complementary color
Monochromatic Colors of #5F6A57
Black with #5F6A57
Text Example
Text Example
White with #5F6A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6A57; }
p { color: rgb(95,106,87); }
H1.HeaderClassName
{
color: #5F6A57;
}
.AnyTagClassName
{
color: #5F6A57;
}
</style>
background-color css
<style>
a { background-color: #5F6A57; }
a { background-color: rgb(95,106,87); }
div.DivClassName
{
background-color: #5F6A57;
}
.BgClassName
{
background-color: #5F6A57;
}
</style>
border-color css
<style>
span { border-color: #5F6A57; }
span { border-color: rgb(95,106,87); }
td.TdClassName
{
border-color: #5F6A57;
}
.TagClassName
{
border-color: #5F6A57;
}
</style>