Color Hex Logo

#55577d Color Hex

#55577D
(85,87,125)
0 Favorites   0 Comments

Color spaces of #55577d

RGB 8587125
HSL0.660.190.41
HSV237°32°49°
CMYK 0.320.300.00   0.51
XYZ10.856210.228420.8041
Yxy10.22840.25920.2442
Hunter Lab31.98194.6233-16.1806
CIE-Lab38.24938.7627-21.6598

#55577d color RGB value is (85,87,125).

#55577d hex color red value is 85, green value is 87 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #55577d hue: 0.66 , saturation: 0.19 and the lightness value of 55577d is 0.41.

The process color (four color CMYK) of #55577d color hex is 0.32, 0.30, 0.00, 0.51. Web safe color of #55577d is #666666. Color #55577d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 01111101
Octal 125 127 175
Decimal 85 87 125
Hex 55 57 7D

RGB Percentages of Color #55577d

%28.62
%29.29
%42.09

CMYK Percentages of Color #55577d

%32
%30
%0
%51

Triadic Colors of #55577d

#55577d #7d5557 #577d55

Analogous Colors of #55577d

#55577d #67557d #556b7d

Monochromatic Colors of #55577d

#55577d

Complementary Color

#55577d #7d7b55

#55577d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55577d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55577d Color CSS Codes

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

#55577d Text Font Color

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

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


#55577d Background Color

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

This div background color is #55577d


#55577d Border Color

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

This div border color is #55577d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55577d


Comments

No comments written yet.

Please login to write comment.