Color Hex Logo

#575474 Color Hex

#575474
(87,84,116)
0 Favorites   0 Comments

Color spaces of #575474

RGB 8784116
HSL0.680.160.39
HSV246°28°45°
CMYK 0.250.280.00   0.55
XYZ10.25329.627817.8410
Yxy9.62780.27180.2552
Hunter Lab31.02874.6838-12.3707
CIE-Lab37.16608.8547-17.7763

#575474 color RGB value is (87,84,116).

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

The process color (four color CMYK) of #575474 color hex is 0.25, 0.28, 0.00, 0.55. Web safe color of #575474 is #666666. Color #575474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010100 01110100
Octal 127 124 164
Decimal 87 84 116
Hex 57 54 74

RGB Percentages of Color #575474

%30.31
%29.27
%40.42

CMYK Percentages of Color #575474

%25
%28
%0
%55

Triadic Colors of #575474

#575474 #745754 #547457

Analogous Colors of #575474

#575474 #675474 #546174

Monochromatic Colors of #575474

#575474

Complementary Color

#575474 #717454

#575474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575474 Color CSS Codes

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

#575474 Text Font Color

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

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


#575474 Background Color

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

This div background color is #575474


#575474 Border Color

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

This div border color is #575474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575474


Comments

No comments written yet.

Please login to write comment.