Color Hex Logo

#57767d Color Hex

#57767D
(87,118,125)
0 Favorites   0 Comments

Color spaces of #57767d

RGB 87118125
HSL0.530.180.42
HSV191°30°49°
CMYK 0.300.060.00   0.51
XYZ14.110616.463821.8362
Yxy16.46380.26920.3141
Hunter Lab40.5756-8.9320-3.5046
CIE-Lab47.5772-9.2878-7.4515

#57767d color RGB value is (87,118,125).

#57767d hex color red value is 87, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #57767d hue: 0.53 , saturation: 0.18 and the lightness value of 57767d is 0.42.

The process color (four color CMYK) of #57767d color hex is 0.30, 0.06, 0.00, 0.51. Web safe color of #57767d is #666666. Color #57767d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110110 01111101
Octal 127 166 175
Decimal 87 118 125
Hex 57 76 7D

RGB Percentages of Color #57767d

%26.36
%35.76
%37.88

CMYK Percentages of Color #57767d

%30
%6
%0
%51

Triadic Colors of #57767d

#57767d #7d5776 #767d57

Analogous Colors of #57767d

#57767d #57637d #577d71

Monochromatic Colors of #57767d

#57767d

Complementary Color

#57767d #7d5e57

#57767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57767d Color CSS Codes

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

#57767d Text Font Color

<p style="color:#57767d">Text here</p>

This sample text font color is #57767d
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.


#57767d Background Color

<div style="background-color:#57767d">
Div content here</div>

This div background color is #57767d


#57767d Border Color

<div style="border:3px solid #57767d">
Div here</div>

This div border color is #57767d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,118,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57767d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57767d;
  -webkit-box-shadow: 1px 1px 3px 2px #57767d;
  box-shadow:         1px 1px 3px 2px #57767d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57767d


Comments

No comments written yet.

Please login to write comment.