Color Hex Logo

#55617c Color Hex

#55617C
(85,97,124)
0 Favorites   0 Comments

Color spaces of #55617c

RGB 8597124
HSL0.620.190.41
HSV222°31°49°
CMYK 0.310.220.00   0.51
XYZ11.659111.935920.7581
Yxy11.93590.26290.2691
Hunter Lab34.5484-0.2209-11.4400
CIE-Lab41.11412.2534-16.6356

#55617c color RGB value is (85,97,124).

#55617c hex color red value is 85, green value is 97 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #55617c hue: 0.62 , saturation: 0.19 and the lightness value of 55617c is 0.41.

The process color (four color CMYK) of #55617c color hex is 0.31, 0.22, 0.00, 0.51. Web safe color of #55617c is #666666. Color #55617c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 01111100
Octal 125 141 174
Decimal 85 97 124
Hex 55 61 7C

RGB Percentages of Color #55617c

%27.78
%31.70
%40.52

CMYK Percentages of Color #55617c

%31
%22
%0
%51

Triadic Colors of #55617c

#55617c #7c5561 #617c55

Analogous Colors of #55617c

#55617c #5c557c #55757c

Monochromatic Colors of #55617c

#55617c

Complementary Color

#55617c #7c7055

#55617c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55617c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55617c Color CSS Codes

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

#55617c Text Font Color

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

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


#55617c Background Color

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

This div background color is #55617c


#55617c Border Color

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

This div border color is #55617c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,97,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55617c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55617c;
  -webkit-box-shadow: 1px 1px 3px 2px #55617c;
  box-shadow:         1px 1px 3px 2px #55617c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55617c

#55617c Color Palettes


Comments

No comments written yet.

Please login to write comment.