Color Hex Logo

#575477 Color Hex

#575477
(87,84,119)
0 Favorites   0 Comments

Color spaces of #575477

RGB 8784119
HSL0.680.170.40
HSV245°29°47°
CMYK 0.270.290.00   0.53
XYZ10.43069.698818.7751
Yxy9.69880.26810.2493
Hunter Lab31.14295.2844-13.9441
CIE-Lab37.29639.6576-19.4291

#575477 color RGB value is (87,84,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010100 01110111
Octal 127 124 167
Decimal 87 84 119
Hex 57 54 77

RGB Percentages of Color #575477

%30.00
%28.97
%41.03

CMYK Percentages of Color #575477

%27
%29
%0
%53

Triadic Colors of #575477

#575477 #775754 #547757

Analogous Colors of #575477

#575477 #695477 #546377

Monochromatic Colors of #575477

#575477

Complementary Color

#575477 #747754

#575477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575477 Color CSS Codes

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

#575477 Text Font Color

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

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


#575477 Background Color

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

This div background color is #575477


#575477 Border Color

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

This div border color is #575477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575477


Comments

No comments written yet.

Please login to write comment.