Color Hex Logo

#57626e Color Hex

#57626E
(87,98,110)
0 Favorites   0 Comments

Color spaces of #57626e

RGB 8798110
HSL0.590.120.39
HSV211°21°43°
CMYK 0.210.110.00   0.57
XYZ11.112611.887416.4606
Yxy11.88740.28160.3012
Hunter Lab34.4781-2.8046-4.1717
CIE-Lab41.0366-1.3567-8.2041

#57626e color RGB value is (87,98,110).

#57626e hex color red value is 87, green value is 98 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #57626e hue: 0.59 , saturation: 0.12 and the lightness value of 57626e is 0.39.

The process color (four color CMYK) of #57626e color hex is 0.21, 0.11, 0.00, 0.57. Web safe color of #57626e is #666666. Color #57626e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100010 01101110
Octal 127 142 156
Decimal 87 98 110
Hex 57 62 6E

RGB Percentages of Color #57626e

%29.49
%33.22
%37.29

CMYK Percentages of Color #57626e

%21
%11
%0
%57

Triadic Colors of #57626e

#57626e #6e5762 #626e57

Analogous Colors of #57626e

#57626e #58576e #576e6e

Monochromatic Colors of #57626e

#57626e

Complementary Color

#57626e #6e6357

#57626e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57626e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57626e Color CSS Codes

.mybgcolor {background-color:#57626e; } 
.myforecolor {color:#57626e; }
.mybordercolor {border:3px solid #57626e; }

#57626e Text Font Color

<p style="color:#57626e">Text here</p>

This sample text font color is #57626e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#57626e Background Color

<div style="background-color:#57626e">
Div content here</div>

This div background color is #57626e


#57626e Border Color

<div style="border:3px solid #57626e">
Div here</div>

This div border color is #57626e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,98,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57626e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57626e;
  -webkit-box-shadow: 1px 1px 3px 2px #57626e;
  box-shadow:         1px 1px 3px 2px #57626e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,98,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #57626e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #57626e;
  -webkit-box-shadow: 1px 1px 3px 2px #57626e;
  box-shadow:         1px 1px 3px 2px #57626e;">
Div content here</div>

This div box has shadow with color #57626e


Comments

No comments written yet.

Please login to write comment.