Color Hex Logo

#577091 Color Hex

#577091
(87,112,145)
0 Favorites   0 Comments

Color spaces of #577091

RGB 87112145
HSL0.590.250.45
HSV214°40°57°
CMYK 0.400.230.00   0.43
XYZ14.835515.658929.0286
Yxy15.65890.24920.2631
Hunter Lab39.5713-2.3292-15.7938
CIE-Lab46.5238-0.2889-20.9222

#577091 color RGB value is (87,112,145).

#577091 hex color red value is 87, green value is 112 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #577091 hue: 0.59 , saturation: 0.25 and the lightness value of 577091 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110000 10010001
Octal 127 160 221
Decimal 87 112 145
Hex 57 70 91

RGB Percentages of Color #577091

%25.29
%32.56
%42.15

CMYK Percentages of Color #577091

%40
%23
%0
%43

Triadic Colors of #577091

#577091 #915770 #709157

Analogous Colors of #577091

#577091 #5b5791 #578d91

Monochromatic Colors of #577091

#577091

Complementary Color

#577091 #917857

#577091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#577091 Color CSS Codes

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

#577091 Text Font Color

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

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


#577091 Background Color

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

This div background color is #577091


#577091 Border Color

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

This div border color is #577091


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,112,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #577091; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #577091;
  -webkit-box-shadow: 1px 1px 3px 2px #577091;
  box-shadow:         1px 1px 3px 2px #577091; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577091


Comments

No comments written yet.

Please login to write comment.