Color Hex Logo

#577277 Color Hex

#577277
(87,114,119)
0 Favorites   0 Comments

Color spaces of #577277

RGB 87114119
HSL0.530.160.40
HSV189°27°47°
CMYK 0.270.040.00   0.53
XYZ13.277615.392819.7241
Yxy15.39280.27440.3181
Hunter Lab39.2337-8.2503-2.3435
CIE-Lab46.1676-8.5276-5.9787

#577277 color RGB value is (87,114,119).

#577277 hex color red value is 87, green value is 114 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #577277 hue: 0.53 , saturation: 0.16 and the lightness value of 577277 is 0.40.

The process color (four color CMYK) of #577277 color hex is 0.27, 0.04, 0.00, 0.53. Web safe color of #577277 is #666666. Color #577277 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110010 01110111
Octal 127 162 167
Decimal 87 114 119
Hex 57 72 77

RGB Percentages of Color #577277

%27.19
%35.63
%37.19

CMYK Percentages of Color #577277

%27
%4
%0
%53

Triadic Colors of #577277

#577277 #775772 #727757

Analogous Colors of #577277

#577277 #576277 #57776c

Monochromatic Colors of #577277

#577277

Complementary Color

#577277 #775c57

#577277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#577277 Color CSS Codes

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

#577277 Text Font Color

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

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


#577277 Background Color

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

This div background color is #577277


#577277 Border Color

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

This div border color is #577277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577277

#577277 Color Palettes


Comments

No comments written yet.

Please login to write comment.