Color Hex Logo

#55637f Color Hex

#55637F
(85,99,127)
0 Favorites   0 Comments

Color spaces of #55637f

RGB 8599127
HSL0.610.200.42
HSV220°33°50°
CMYK 0.330.220.00   0.50
XYZ12.038912.387321.8351
Yxy12.38730.26020.2678
Hunter Lab35.1956-0.5351-12.1462
CIE-Lab41.82521.8571-17.3668

#55637f color RGB value is (85,99,127).

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

The process color (four color CMYK) of #55637f color hex is 0.33, 0.22, 0.00, 0.50. Web safe color of #55637f is #666666. Color #55637f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100011 01111111
Octal 125 143 177
Decimal 85 99 127
Hex 55 63 7F

RGB Percentages of Color #55637f

%27.33
%31.83
%40.84

CMYK Percentages of Color #55637f

%33
%22
%0
%50

Triadic Colors of #55637f

#55637f #7f5563 #637f55

Analogous Colors of #55637f

#55637f #5c557f #55787f

Monochromatic Colors of #55637f

#55637f

Complementary Color

#55637f #7f7155

#55637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55637f Color CSS Codes

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

#55637f Text Font Color

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

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


#55637f Background Color

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

This div background color is #55637f


#55637f Border Color

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

This div border color is #55637f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55637f


Comments

No comments written yet.

Please login to write comment.