Color Hex Logo

#57769a Color Hex

#57769A
(87,118,154)
0 Favorites   0 Comments

Color spaces of #57769a

RGB 87118154
HSL0.590.280.47
HSV212°44°60°
CMYK 0.440.230.00   0.40
XYZ16.241617.316233.0582
Yxy17.31620.24380.2599
Hunter Lab41.6127-3.1531-17.9725
CIE-Lab48.6560-1.2298-22.9459

#57769a color RGB value is (87,118,154).

#57769a hex color red value is 87, green value is 118 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #57769a hue: 0.59 , saturation: 0.28 and the lightness value of 57769a is 0.47.

The process color (four color CMYK) of #57769a color hex is 0.44, 0.23, 0.00, 0.40. Web safe color of #57769a is #666699. Color #57769a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110110 10011010
Octal 127 166 232
Decimal 87 118 154
Hex 57 76 9A

RGB Percentages of Color #57769a

%24.23
%32.87
%42.90

CMYK Percentages of Color #57769a

%44
%23
%0
%40

Triadic Colors of #57769a

#57769a #9a5776 #769a57

Analogous Colors of #57769a

#57769a #5a579a #57989a

Monochromatic Colors of #57769a

#57769a

Complementary Color

#57769a #9a7b57

#57769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57769a Color CSS Codes

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

#57769a Text Font Color

<p style="color:#57769a">Text here</p>

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


#57769a Background Color

<div style="background-color:#57769a">
Div content here</div>

This div background color is #57769a


#57769a Border Color

<div style="border:3px solid #57769a">
Div here</div>

This div border color is #57769a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57769a

#57769a Color Palettes


Comments

No comments written yet.

Please login to write comment.