Shades of Axolotl #5F7053
Tints of Axolotl #5F7053
RGB
CMYK
RGB Variations
Color information
#5F7053 (or 0x5F7053) is known color: Axolotl. HEX triplet: 5F, 70 and 53. RGB value is (95,112,83). Sum of RGB (Red+Green+Blue) = 95+112+83=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7053 is #A08FAC. Grayscale: #676767. Windows color (decimal): -10522541 or 5468255. OLE color: 5468255.
HSL color Cylindrical-coordinate representation of color #5F7053: hue angle of 95.17º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F7053 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 83 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.56 |
| HSL | 95.17º | 0.15% | 0.38% | - |
| HSV(B) | 95.17º | 0.26% | 0.44% | - |
| XYZ | 12.07 | 14.65 | 10.37 | - |
| YUV | 103.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 83 | 0.15 | 0 | 0.26 | 0.56 | 95.17 | 0.15 | 0.38 |
| Hex | 5F | 70 | 53 | F | 0 | 1A | 38 | 5F | F | 26 |
| Octal | 137 | 160 | 123 | 17 | 0 | 32 | 70 | 137 | 17 | 46 |
| Binary | 1011111 | 1110000 | 1010011 | 1111 | 0 | 11010 | 111000 | 1011111 | 1111 | 100110 |
Color Harmonies of #5F7053
Complementary color
Monochromatic Colors of #5F7053
Black with #5F7053
Text Example
Text Example
White with #5F7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7053; }
p { color: rgb(95,112,83); }
H1.HeaderClassName
{
color: #5F7053;
}
.AnyTagClassName
{
color: #5F7053;
}
</style>
background-color css
<style>
a { background-color: #5F7053; }
a { background-color: rgb(95,112,83); }
div.DivClassName
{
background-color: #5F7053;
}
.BgClassName
{
background-color: #5F7053;
}
</style>
border-color css
<style>
span { border-color: #5F7053; }
span { border-color: rgb(95,112,83); }
td.TdClassName
{
border-color: #5F7053;
}
.TagClassName
{
border-color: #5F7053;
}
</style>