Color Hex Logo

#57559d Color Hex

#57559D
(87,85,157)
0 Favorites   0 Comments

Color spaces of #57559d

RGB 8785157
HSL0.670.300.47
HSV242°46°62°
CMYK 0.450.460.00   0.38
XYZ13.264810.957633.3142
Yxy10.95760.23050.1904
Hunter Lab33.102313.5999-36.4980
CIE-Lab39.509020.0899-39.0628

#57559d color RGB value is (87,85,157).

#57559d hex color red value is 87, green value is 85 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #57559d hue: 0.67 , saturation: 0.30 and the lightness value of 57559d is 0.47.

The process color (four color CMYK) of #57559d color hex is 0.45, 0.46, 0.00, 0.38. Web safe color of #57559d is #666699. Color #57559d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010101 10011101
Octal 127 125 235
Decimal 87 85 157
Hex 57 55 9D

RGB Percentages of Color #57559d

%26.44
%25.84
%47.72

CMYK Percentages of Color #57559d

%45
%46
%0
%38

Triadic Colors of #57559d

#57559d #9d5755 #559d57

Analogous Colors of #57559d

#57559d #7b559d #55779d

Monochromatic Colors of #57559d

#57559d

Complementary Color

#57559d #9b9d55

#57559d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57559d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57559d Color CSS Codes

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

#57559d Text Font Color

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

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


#57559d Background Color

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

This div background color is #57559d


#57559d Border Color

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

This div border color is #57559d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,85,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57559d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57559d;
  -webkit-box-shadow: 1px 1px 3px 2px #57559d;
  box-shadow:         1px 1px 3px 2px #57559d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57559d


Comments

No comments written yet.

Please login to write comment.