Color Hex Logo

#56557a Color Hex

#56557A
(86,85,122)
0 Favorites   0 Comments

Color spaces of #56557a

RGB 8685122
HSL0.670.180.41
HSV242°30°48°
CMYK 0.300.300.00   0.52
XYZ10.59919.880619.7609
Yxy9.88060.26340.2455
Hunter Lab31.43345.1803-15.2698
CIE-Lab37.62739.5133-20.7737

#56557a color RGB value is (86,85,122).

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

The process color (four color CMYK) of #56557a color hex is 0.30, 0.30, 0.00, 0.52. Web safe color of #56557a is #666666. Color #56557a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010101 01111010
Octal 126 125 172
Decimal 86 85 122
Hex 56 55 7A

RGB Percentages of Color #56557a

%29.35
%29.01
%41.64

CMYK Percentages of Color #56557a

%30
%30
%0
%52

Triadic Colors of #56557a

#56557a #7a5655 #557a56

Analogous Colors of #56557a

#56557a #69557a #55677a

Monochromatic Colors of #56557a

#56557a

Complementary Color

#56557a #797a55

#56557a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56557a Color Preview on White Background

Lorem ipsum dolor sit amet.

#56557a Color CSS Codes

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

#56557a Text Font Color

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

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


#56557a Background Color

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

This div background color is #56557a


#56557a Border Color

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

This div border color is #56557a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56557a


Comments

No comments written yet.

Please login to write comment.