Color Hex Logo

#55637c Color Hex

#55637C
(85,99,124)
0 Favorites   0 Comments

Color spaces of #55637c

RGB 8599124
HSL0.610.190.41
HSV218°31°49°
CMYK 0.310.200.00   0.51
XYZ11.846212.310220.8205
Yxy12.31020.26340.2737
Hunter Lab35.0859-1.1326-10.6235
CIE-Lab41.70491.0283-15.7320

#55637c color RGB value is (85,99,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100011 01111100
Octal 125 143 174
Decimal 85 99 124
Hex 55 63 7C

RGB Percentages of Color #55637c

%27.60
%32.14
%40.26

CMYK Percentages of Color #55637c

%31
%20
%0
%51

Triadic Colors of #55637c

#55637c #7c5563 #637c55

Analogous Colors of #55637c

#55637c #5a557c #55777c

Monochromatic Colors of #55637c

#55637c

Complementary Color

#55637c #7c6e55

#55637c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55637c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55637c Color CSS Codes

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

#55637c Text Font Color

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

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


#55637c Background Color

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

This div background color is #55637c


#55637c Border Color

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

This div border color is #55637c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,99,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 #55637c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55637c


Comments

No comments written yet.

Please login to write comment.