Shades of Axolotl #5F7054
Tints of Axolotl #5F7054
RGB
CMYK
RGB Variations
Color information
#5F7054 (or 0x5F7054) is known color: Axolotl. HEX triplet: 5F, 70 and 54. RGB value is (95,112,84). Sum of RGB (Red+Green+Blue) = 95+112+84=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7054 is #A08FAB. Grayscale: #676767. Windows color (decimal): -10522540 or 5533791. OLE color: 5533791.
HSL color Cylindrical-coordinate representation of color #5F7054: hue angle of 96.43º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7054 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 84 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.56 |
| HSL | 96.43º | 0.14% | 0.38% | - |
| HSV(B) | 96.43º | 0.25% | 0.44% | - |
| XYZ | 12.11 | 14.66 | 10.58 | - |
| YUV | 103.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 84 | 0.15 | 0 | 0.25 | 0.56 | 96.43 | 0.14 | 0.38 |
| Hex | 5F | 70 | 54 | F | 0 | 19 | 38 | 60 | E | 26 |
| Octal | 137 | 160 | 124 | 17 | 0 | 31 | 70 | 140 | 16 | 46 |
| Binary | 1011111 | 1110000 | 1010100 | 1111 | 0 | 11001 | 111000 | 1100000 | 1110 | 100110 |
Color Harmonies of #5F7054
Complementary color
Monochromatic Colors of #5F7054
Black with #5F7054
Text Example
Text Example
White with #5F7054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7054; }
p { color: rgb(95,112,84); }
H1.HeaderClassName
{
color: #5F7054;
}
.AnyTagClassName
{
color: #5F7054;
}
</style>
background-color css
<style>
a { background-color: #5F7054; }
a { background-color: rgb(95,112,84); }
div.DivClassName
{
background-color: #5F7054;
}
.BgClassName
{
background-color: #5F7054;
}
</style>
border-color css
<style>
span { border-color: #5F7054; }
span { border-color: rgb(95,112,84); }
td.TdClassName
{
border-color: #5F7054;
}
.TagClassName
{
border-color: #5F7054;
}
</style>