Shades of Axolotl #5D7752
Tints of Axolotl #5D7752
RGB
CMYK
RGB Variations
Color information
#5D7752 (or 0x5D7752) is known color: Axolotl. HEX triplet: 5D, 77 and 52. RGB value is (93,119,82). Sum of RGB (Red+Green+Blue) = 93+119+82=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7752 is #A288AD. Grayscale: #6B6B6B. Windows color (decimal): -10651822 or 5404509. OLE color: 5404509.
HSL color Cylindrical-coordinate representation of color #5D7752: hue angle of 102.16º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D7752 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 82 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.53 |
| HSL | 102.16º | 0.18% | 0.39% | - |
| HSV(B) | 102.16º | 0.31% | 0.47% | - |
| XYZ | 12.63 | 16.13 | 10.43 | - |
| YUV | 107.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 82 | 0.22 | 0 | 0.31 | 0.53 | 102.16 | 0.18 | 0.39 |
| Hex | 5D | 77 | 52 | 16 | 0 | 1F | 35 | 66 | 12 | 27 |
| Octal | 135 | 167 | 122 | 26 | 0 | 37 | 65 | 146 | 22 | 47 |
| Binary | 1011101 | 1110111 | 1010010 | 10110 | 0 | 11111 | 110101 | 1100110 | 10010 | 100111 |
Color Harmonies of #5D7752
Complementary color
Monochromatic Colors of #5D7752
Black with #5D7752
Text Example
Text Example
White with #5D7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7752; }
p { color: rgb(93,119,82); }
H1.HeaderClassName
{
color: #5D7752;
}
.AnyTagClassName
{
color: #5D7752;
}
</style>
background-color css
<style>
a { background-color: #5D7752; }
a { background-color: rgb(93,119,82); }
div.DivClassName
{
background-color: #5D7752;
}
.BgClassName
{
background-color: #5D7752;
}
</style>
border-color css
<style>
span { border-color: #5D7752; }
span { border-color: rgb(93,119,82); }
td.TdClassName
{
border-color: #5D7752;
}
.TagClassName
{
border-color: #5D7752;
}
</style>