Color Hex Logo

#57689a Color Hex

#57689A
(87,104,154)
0 Favorites   0 Comments

Color spaces of #57689a

RGB 87104154
HSL0.620.280.47
HSV225°44°60°
CMYK 0.440.320.00   0.40
XYZ14.713514.260032.5488
Yxy14.26000.23920.2318
Hunter Lab37.76243.4653-24.6705
CIE-Lab44.60357.2480-29.2390

#57689a color RGB value is (87,104,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101000 10011010
Octal 127 150 232
Decimal 87 104 154
Hex 57 68 9A

RGB Percentages of Color #57689a

%25.22
%30.14
%44.64

CMYK Percentages of Color #57689a

%44
%32
%0
%40

Triadic Colors of #57689a

#57689a #9a5768 #689a57

Analogous Colors of #57689a

#57689a #68579a #578a9a

Monochromatic Colors of #57689a

#57689a

Complementary Color

#57689a #9a8957

#57689a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57689a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57689a Color CSS Codes

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

#57689a Text Font Color

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

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


#57689a Background Color

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

This div background color is #57689a


#57689a Border Color

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

This div border color is #57689a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,104,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 #57689a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57689a


Comments

No comments written yet.

Please login to write comment.