Color Hex Logo

#565571 Color Hex

#565571
(86,85,113)
0 Favorites   0 Comments

Color spaces of #565571

RGB 8685113
HSL0.670.140.39
HSV242°25°44°
CMYK 0.240.250.00   0.56
XYZ10.06699.667716.9583
Yxy9.66770.27440.2635
Hunter Lab31.09293.3800-10.5721
CIE-Lab37.23937.0881-15.8143

#565571 color RGB value is (86,85,113).

#565571 hex color red value is 86, green value is 85 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #565571 hue: 0.67 , saturation: 0.14 and the lightness value of 565571 is 0.39.

The process color (four color CMYK) of #565571 color hex is 0.24, 0.25, 0.00, 0.56. Web safe color of #565571 is #666666. Color #565571 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010101 01110001
Octal 126 125 161
Decimal 86 85 113
Hex 56 55 71

RGB Percentages of Color #565571

%30.28
%29.93
%39.79

CMYK Percentages of Color #565571

%24
%25
%0
%56

Triadic Colors of #565571

#565571 #715655 #557156

Analogous Colors of #565571

#565571 #645571 #556271

Monochromatic Colors of #565571

#565571

Complementary Color

#565571 #707155

#565571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565571 Color CSS Codes

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

#565571 Text Font Color

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

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


#565571 Background Color

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

This div background color is #565571


#565571 Border Color

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

This div border color is #565571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565571


Comments

No comments written yet.

Please login to write comment.