Color Hex Logo

#564d88 Color Hex

#564D88
(86,77,136)
0 Favorites   0 Comments

Color spaces of #564d88

RGB 8677136
HSL0.690.280.42
HSV249°43°53°
CMYK 0.370.430.00   0.47
XYZ10.93569.063824.4657
Yxy9.06380.24590.2038
Hunter Lab30.106112.1517-27.1076
CIE-Lab36.106818.5873-31.7501

#564d88 color RGB value is (86,77,136).

#564d88 hex color red value is 86, green value is 77 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #564d88 hue: 0.69 , saturation: 0.28 and the lightness value of 564d88 is 0.42.

The process color (four color CMYK) of #564d88 color hex is 0.37, 0.43, 0.00, 0.47. Web safe color of #564d88 is #666699. Color #564d88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001101 10001000
Octal 126 115 210
Decimal 86 77 136
Hex 56 4D 88

RGB Percentages of Color #564d88

%28.76
%25.75
%45.48

CMYK Percentages of Color #564d88

%37
%43
%0
%47

Triadic Colors of #564d88

#564d88 #88564d #4d8856

Analogous Colors of #564d88

#564d88 #744d88 #4d6288

Monochromatic Colors of #564d88

#564d88

Complementary Color

#564d88 #7f884d

#564d88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564d88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564d88 Color CSS Codes

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

#564d88 Text Font Color

<p style="color:#564d88">Text here</p>

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


#564d88 Background Color

<div style="background-color:#564d88">
Div content here</div>

This div background color is #564d88


#564d88 Border Color

<div style="border:3px solid #564d88">
Div here</div>

This div border color is #564d88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,77,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #564d88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #564d88;
  -webkit-box-shadow: 1px 1px 3px 2px #564d88;
  box-shadow:         1px 1px 3px 2px #564d88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564d88


Comments

No comments written yet.

Please login to write comment.