Color Hex Logo

#56557f Color Hex

#56557F
(86,85,127)
0 Favorites   0 Comments

Color spaces of #56557f

RGB 8685127
HSL0.670.200.42
HSV241°33°50°
CMYK 0.320.330.00   0.50
XYZ10.917010.007721.4350
Yxy10.00770.25770.2363
Hunter Lab31.63496.2379-18.0289
CIE-Lab37.856210.9088-23.4903

#56557f color RGB value is (86,85,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010101 01111111
Octal 126 125 177
Decimal 86 85 127
Hex 56 55 7F

RGB Percentages of Color #56557f

%28.86
%28.52
%42.62

CMYK Percentages of Color #56557f

%32
%33
%0
%50

Triadic Colors of #56557f

#56557f #7f5655 #557f56

Analogous Colors of #56557f

#56557f #6b557f #55697f

Monochromatic Colors of #56557f

#56557f

Complementary Color

#56557f #7e7f55

#56557f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56557f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56557f Color CSS Codes

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

#56557f Text Font Color

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

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


#56557f Background Color

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

This div background color is #56557f


#56557f Border Color

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

This div border color is #56557f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56557f


Comments

No comments written yet.

Please login to write comment.