Color Hex Logo

#56608d Color Hex

#56608D
(86,96,141)
0 Favorites   0 Comments

Color spaces of #56608d

RGB 8696141
HSL0.640.240.45
HSV229°39°55°
CMYK 0.390.320.00   0.45
XYZ12.828312.267326.8910
Yxy12.26730.24680.2360
Hunter Lab35.02474.0849-21.0039
CIE-Lab41.63788.0372-26.1057

#56608d color RGB value is (86,96,141).

#56608d hex color red value is 86, green value is 96 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #56608d hue: 0.64 , saturation: 0.24 and the lightness value of 56608d is 0.45.

The process color (four color CMYK) of #56608d color hex is 0.39, 0.32, 0.00, 0.45. Web safe color of #56608d is #666699. Color #56608d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100000 10001101
Octal 126 140 215
Decimal 86 96 141
Hex 56 60 8D

RGB Percentages of Color #56608d

%26.63
%29.72
%43.65

CMYK Percentages of Color #56608d

%39
%32
%0
%45

Triadic Colors of #56608d

#56608d #8d5660 #608d56

Analogous Colors of #56608d

#56608d #68568d #567c8d

Monochromatic Colors of #56608d

#56608d

Complementary Color

#56608d #8d8356

#56608d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56608d Color Preview on White Background

Lorem ipsum dolor sit amet.

#56608d Color CSS Codes

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

#56608d Text Font Color

<p style="color:#56608d">Text here</p>

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


#56608d Background Color

<div style="background-color:#56608d">
Div content here</div>

This div background color is #56608d


#56608d Border Color

<div style="border:3px solid #56608d">
Div here</div>

This div border color is #56608d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,96,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56608d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56608d;
  -webkit-box-shadow: 1px 1px 3px 2px #56608d;
  box-shadow:         1px 1px 3px 2px #56608d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56608d


Comments

No comments written yet.

Please login to write comment.