Shades of Axolotl #5D7150
Tints of Axolotl #5D7150
RGB
CMYK
RGB Variations
Color information
#5D7150 (or 0x5D7150) is known color: Axolotl. HEX triplet: 5D, 71 and 50. RGB value is (93,113,80). Sum of RGB (Red+Green+Blue) = 93+113+80=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #5D7150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7150 is #A28EAF. Grayscale: #676767. Windows color (decimal): -10653360 or 5271901. OLE color: 5271901.
HSL color Cylindrical-coordinate representation of color #5D7150: hue angle of 96.36º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D7150 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 113 | 80 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.56 |
| HSL | 96.36º | 0.17% | 0.38% | - |
| HSV(B) | 96.36º | 0.29% | 0.44% | - |
| XYZ | 11.87 | 14.72 | 9.8 | - |
| YUV | 103.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 80 | 0.18 | 0 | 0.29 | 0.56 | 96.36 | 0.17 | 0.38 |
| Hex | 5D | 71 | 50 | 12 | 0 | 1D | 38 | 60 | 11 | 26 |
| Octal | 135 | 161 | 120 | 22 | 0 | 35 | 70 | 140 | 21 | 46 |
| Binary | 1011101 | 1110001 | 1010000 | 10010 | 0 | 11101 | 111000 | 1100000 | 10001 | 100110 |
Color Harmonies of #5D7150
Complementary color
Monochromatic Colors of #5D7150
Black with #5D7150
Text Example
Text Example
White with #5D7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7150; }
p { color: rgb(93,113,80); }
H1.HeaderClassName
{
color: #5D7150;
}
.AnyTagClassName
{
color: #5D7150;
}
</style>
background-color css
<style>
a { background-color: #5D7150; }
a { background-color: rgb(93,113,80); }
div.DivClassName
{
background-color: #5D7150;
}
.BgClassName
{
background-color: #5D7150;
}
</style>
border-color css
<style>
span { border-color: #5D7150; }
span { border-color: rgb(93,113,80); }
td.TdClassName
{
border-color: #5D7150;
}
.TagClassName
{
border-color: #5D7150;
}
</style>