Color Hex Logo

#55567e Color Hex

#55567E
(85,86,126)
0 Favorites   0 Comments

Color spaces of #55567e

RGB 8586126
HSL0.660.190.41
HSV239°33°49°
CMYK 0.330.320.00   0.51
XYZ10.840010.093221.1155
Yxy10.09320.25780.2400
Hunter Lab31.76985.3079-17.1677
CIE-Lab38.00929.6768-22.6457

#55567e color RGB value is (85,86,126).

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

The process color (four color CMYK) of #55567e color hex is 0.33, 0.32, 0.00, 0.51. Web safe color of #55567e is #666666. Color #55567e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010110 01111110
Octal 125 126 176
Decimal 85 86 126
Hex 55 56 7E

RGB Percentages of Color #55567e

%28.62
%28.96
%42.42

CMYK Percentages of Color #55567e

%33
%32
%0
%51

Triadic Colors of #55567e

#55567e #7e5556 #567e55

Analogous Colors of #55567e

#55567e #69557e #556b7e

Monochromatic Colors of #55567e

#55567e

Complementary Color

#55567e #7e7d55

#55567e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55567e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55567e Color CSS Codes

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

#55567e Text Font Color

<p style="color:#55567e">Text here</p>

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


#55567e Background Color

<div style="background-color:#55567e">
Div content here</div>

This div background color is #55567e


#55567e Border Color

<div style="border:3px solid #55567e">
Div here</div>

This div border color is #55567e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,86,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55567e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55567e;
  -webkit-box-shadow: 1px 1px 3px 2px #55567e;
  box-shadow:         1px 1px 3px 2px #55567e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55567e


Comments

No comments written yet.

Please login to write comment.