#657A5D

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

Shades of Axolotl #657A5D

Tints of Axolotl #657A5D

Color information

#657A5D (or 0x657A5D) is unknown color: approx Axolotl. HEX triplet: 65, 7A and 5D. RGB value is (101,122,93). Sum of RGB (Red+Green+Blue) = 101+122+93=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #657A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A5D is #9A85A2. Grayscale: #707070. Windows color (decimal): -10126755 or 6126181. OLE color: 6126181.

HSL color Cylindrical-coordinate representation of color #657A5D: hue angle of 103.45º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #657A5D is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB10112293-
CMYK0.1700.240.52
HSL103.45º13.49%42.16%-
HSV(B)103.45º23.77%47.84%-
XYZ14.317.4812.98-
YUV112.42117.04119.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=31.96%
G=38.61%
B=29.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101122930.1700.240.52103.4513.4942.16
Hex657A5D110183467d2a
Octal14517213521030641471552
Binary1100101111101010111011000101100011010011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657A5D; }

 p { color: rgb(101,122,93); }

 H1.HeaderClassName
 {
   color: #657A5D;
 }
 .AnyTagClassName
 {
   color: #657A5D;
 }
</style>
background-color css

<style>
 a { background-color: #657A5D; }

 a { background-color: rgb(101,122,93); }

 div.DivClassName
 {
   background-color: #657A5D;
 }
 .BgClassName
 {
   background-color: #657A5D;
 }
</style>
border-color css

<style>
 span { border-color: #657A5D; }

 span { border-color: rgb(101,122,93); }

 td.TdClassName
 {
   border-color: #657A5D;
 }
 .TagClassName
 {
   border-color: #657A5D;
 }
</style>