Color Hex Logo

#564888 Color Hex

#564888
(86,72,136)
0 Favorites   0 Comments

Color spaces of #564888

RGB 8672136
HSL0.700.310.41
HSV253°47°53°
CMYK 0.370.470.00   0.47
XYZ10.59918.390724.3535
Yxy8.39070.24450.1936
Hunter Lab28.966714.6225-29.5708
CIE-Lab34.783721.7702-33.8452

#564888 color RGB value is (86,72,136).

#564888 hex color red value is 86, green value is 72 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #564888 hue: 0.70 , saturation: 0.31 and the lightness value of 564888 is 0.41.

The process color (four color CMYK) of #564888 color hex is 0.37, 0.47, 0.00, 0.47. Web safe color of #564888 is #663399. Color #564888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001000 10001000
Octal 126 110 210
Decimal 86 72 136
Hex 56 48 88

RGB Percentages of Color #564888

%29.25
%24.49
%46.26

CMYK Percentages of Color #564888

%37
%47
%0
%47

Triadic Colors of #564888

#564888 #885648 #488856

Analogous Colors of #564888

#564888 #764888 #485a88

Monochromatic Colors of #564888

#564888

Complementary Color

#564888 #7a8848

#564888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564888 Color CSS Codes

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

#564888 Text Font Color

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

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


#564888 Background Color

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

This div background color is #564888


#564888 Border Color

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

This div border color is #564888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564888


Comments

No comments written yet.

Please login to write comment.