Shades of Axolotl #658058
Tints of Axolotl #658058
RGB
CMYK
RGB Variations
Color information
#658058 (or 0x658058) is known color: Axolotl. HEX triplet: 65, 80 and 58. RGB value is (101,128,88). Sum of RGB (Red+Green+Blue) = 101+128+88=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #658058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658058 is #9A7FA7. Grayscale: #737373. Windows color (decimal): -10125224 or 5800037. OLE color: 5800037.
HSL color Cylindrical-coordinate representation of color #658058: hue angle of 100.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658058 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 88 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.50 |
| HSL | 100.5º | 0.19% | 0.42% | - |
| HSV(B) | 100.5º | 0.31% | 0.5% | - |
| XYZ | 14.85 | 18.91 | 12.1 | - |
| YUV | 115.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 88 | 0.21 | 0 | 0.31 | 0.50 | 100.5 | 0.19 | 0.42 |
| Hex | 65 | 80 | 58 | 15 | 0 | 1F | 32 | 64 | 13 | 2A |
| Octal | 145 | 200 | 130 | 25 | 0 | 37 | 62 | 144 | 23 | 52 |
| Binary | 1100101 | 10000000 | 1011000 | 10101 | 0 | 11111 | 110010 | 1100100 | 10011 | 101010 |
Color Harmonies of #658058
Complementary color
Monochromatic Colors of #658058
Black with #658058
Text Example
Text Example
White with #658058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658058; }
p { color: rgb(101,128,88); }
H1.HeaderClassName
{
color: #658058;
}
.AnyTagClassName
{
color: #658058;
}
</style>
background-color css
<style>
a { background-color: #658058; }
a { background-color: rgb(101,128,88); }
div.DivClassName
{
background-color: #658058;
}
.BgClassName
{
background-color: #658058;
}
</style>
border-color css
<style>
span { border-color: #658058; }
span { border-color: rgb(101,128,88); }
td.TdClassName
{
border-color: #658058;
}
.TagClassName
{
border-color: #658058;
}
</style>