Shades of Axolotl #607553
Tints of Axolotl #607553
RGB
CMYK
RGB Variations
Color information
#607553 (or 0x607553) is known color: Axolotl. HEX triplet: 60, 75 and 53. RGB value is (96,117,83). Sum of RGB (Red+Green+Blue) = 96+117+83=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #607553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607553 is #9F8AAC. Grayscale: #6A6A6A. Windows color (decimal): -10455725 or 5469536. OLE color: 5469536.
HSL color Cylindrical-coordinate representation of color #607553: hue angle of 97.06º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #607553 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 83 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.54 |
| HSL | 97.06º | 0.17% | 0.39% | - |
| HSV(B) | 97.06º | 0.29% | 0.46% | - |
| XYZ | 12.75 | 15.83 | 10.57 | - |
| YUV | 106.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 83 | 0.18 | 0 | 0.29 | 0.54 | 97.06 | 0.17 | 0.39 |
| Hex | 60 | 75 | 53 | 12 | 0 | 1D | 36 | 61 | 11 | 27 |
| Octal | 140 | 165 | 123 | 22 | 0 | 35 | 66 | 141 | 21 | 47 |
| Binary | 1100000 | 1110101 | 1010011 | 10010 | 0 | 11101 | 110110 | 1100001 | 10001 | 100111 |
Color Harmonies of #607553
Complementary color
Monochromatic Colors of #607553
Black with #607553
Text Example
Text Example
White with #607553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607553; }
p { color: rgb(96,117,83); }
H1.HeaderClassName
{
color: #607553;
}
.AnyTagClassName
{
color: #607553;
}
</style>
background-color css
<style>
a { background-color: #607553; }
a { background-color: rgb(96,117,83); }
div.DivClassName
{
background-color: #607553;
}
.BgClassName
{
background-color: #607553;
}
</style>
border-color css
<style>
span { border-color: #607553; }
span { border-color: rgb(96,117,83); }
td.TdClassName
{
border-color: #607553;
}
.TagClassName
{
border-color: #607553;
}
</style>