Color Hex Logo

#564666 Color Hex

#564666
(86,70,102)
0 Favorites   0 Comments

Color spaces of #564666

RGB 8670102
HSL0.750.190.34
HSV270°31°40°
CMYK 0.160.310.00   0.60
XYZ8.42627.318113.5388
Yxy7.31810.28770.2499
Hunter Lab27.05208.2585-10.7367
CIE-Lab32.520413.8072-16.1686

#564666 color RGB value is (86,70,102).

#564666 hex color red value is 86, green value is 70 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #564666 hue: 0.75 , saturation: 0.19 and the lightness value of 564666 is 0.34.

The process color (four color CMYK) of #564666 color hex is 0.16, 0.31, 0.00, 0.60. Web safe color of #564666 is #663366. Color #564666 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000110 01100110
Octal 126 106 146
Decimal 86 70 102
Hex 56 46 66

RGB Percentages of Color #564666

%33.33
%27.13
%39.53

CMYK Percentages of Color #564666

%16
%31
%0
%60

Triadic Colors of #564666

#564666 #665646 #466656

Analogous Colors of #564666

#564666 #664666 #464666

Monochromatic Colors of #564666

#564666

Complementary Color

#564666 #566646

#564666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564666 Color CSS Codes

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

#564666 Text Font Color

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

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


#564666 Background Color

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

This div background color is #564666


#564666 Border Color

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

This div border color is #564666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564666


Comments

No comments written yet.

Please login to write comment.