#607553

Color #607553 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #607553

Tints of Axolotl #607553

Color information

#607553 (or 0x607553) is unknown color: approx 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

RGB9611783-
CMYK0.1800.290.54
HSL97.06º17%39.22%-
HSV(B)97.06º29.06%45.88%-
XYZ12.7515.8310.57-
YUV106.85114.54120.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 83 (32.81% from 255) = 28.04%
R=32.43%
G=39.53%
B=28.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117830.1800.290.5497.061739.22
Hex6075531201D36611127
Octal14016512322035661412147
Binary11000001110101101001110010011101110110110000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>