Color Hex Logo

#564671 Color Hex

#564671
(86,70,113)
0 Favorites   0 Comments

Color spaces of #564671

RGB 8670113
HSL0.730.230.36
HSV262°38°44°
CMYK 0.240.380.00   0.56
XYZ9.00857.551016.6055
Yxy7.55100.27160.2277
Hunter Lab27.479110.4295-16.5934
CIE-Lab33.029716.6334-22.3208

#564671 color RGB value is (86,70,113).

#564671 hex color red value is 86, green value is 70 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #564671 hue: 0.73 , saturation: 0.23 and the lightness value of 564671 is 0.36.

The process color (four color CMYK) of #564671 color hex is 0.24, 0.38, 0.00, 0.56. Web safe color of #564671 is #663366. Color #564671 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000110 01110001
Octal 126 106 161
Decimal 86 70 113
Hex 56 46 71

RGB Percentages of Color #564671

%31.97
%26.02
%42.01

CMYK Percentages of Color #564671

%24
%38
%0
%56

Triadic Colors of #564671

#564671 #715646 #467156

Analogous Colors of #564671

#564671 #6c4671 #464b71

Monochromatic Colors of #564671

#564671

Complementary Color

#564671 #617146

#564671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564671 Color CSS Codes

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

#564671 Text Font Color

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

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


#564671 Background Color

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

This div background color is #564671


#564671 Border Color

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

This div border color is #564671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564671


Comments

No comments written yet.

Please login to write comment.