Shades of Axolotl #5F7157
Tints of Axolotl #5F7157
RGB
CMYK
RGB Variations
Color information
#5F7157 (or 0x5F7157) is known color: Axolotl. HEX triplet: 5F, 71 and 57. RGB value is (95,113,87). Sum of RGB (Red+Green+Blue) = 95+113+87=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7157 is #A08EA8. Grayscale: #686868. Windows color (decimal): -10522281 or 5730655. OLE color: 5730655.
HSL color Cylindrical-coordinate representation of color #5F7157: hue angle of 101.54º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F7157 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 87 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.56 |
| HSL | 101.54º | 0.13% | 0.39% | - |
| HSV(B) | 101.54º | 0.23% | 0.44% | - |
| XYZ | 12.34 | 14.93 | 11.25 | - |
| YUV | 104.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 87 | 0.16 | 0 | 0.23 | 0.56 | 101.54 | 0.13 | 0.39 |
| Hex | 5F | 71 | 57 | 10 | 0 | 17 | 38 | 66 | D | 27 |
| Octal | 137 | 161 | 127 | 20 | 0 | 27 | 70 | 146 | 15 | 47 |
| Binary | 1011111 | 1110001 | 1010111 | 10000 | 0 | 10111 | 111000 | 1100110 | 1101 | 100111 |
Color Harmonies of #5F7157
Complementary color
Monochromatic Colors of #5F7157
Black with #5F7157
Text Example
Text Example
White with #5F7157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7157; }
p { color: rgb(95,113,87); }
H1.HeaderClassName
{
color: #5F7157;
}
.AnyTagClassName
{
color: #5F7157;
}
</style>
background-color css
<style>
a { background-color: #5F7157; }
a { background-color: rgb(95,113,87); }
div.DivClassName
{
background-color: #5F7157;
}
.BgClassName
{
background-color: #5F7157;
}
</style>
border-color css
<style>
span { border-color: #5F7157; }
span { border-color: rgb(95,113,87); }
td.TdClassName
{
border-color: #5F7157;
}
.TagClassName
{
border-color: #5F7157;
}
</style>