Color Hex Logo

#565ea6 Color Hex

#565EA6
(86,94,166)
0 Favorites   0 Comments

Color spaces of #565ea6

RGB 8694166
HSL0.650.320.49
HSV234°48°65°
CMYK 0.480.430.00   0.35
XYZ14.723412.737037.7589
Yxy12.73700.22580.1953
Hunter Lab35.688911.1842-37.7466
CIE-Lab42.364316.9601-39.8849

#565ea6 color RGB value is (86,94,166).

#565ea6 hex color red value is 86, green value is 94 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #565ea6 hue: 0.65 , saturation: 0.32 and the lightness value of 565ea6 is 0.49.

The process color (four color CMYK) of #565ea6 color hex is 0.48, 0.43, 0.00, 0.35. Web safe color of #565ea6 is #666699. Color #565ea6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011110 10100110
Octal 126 136 246
Decimal 86 94 166
Hex 56 5E A6

RGB Percentages of Color #565ea6

%24.86
%27.17
%47.98

CMYK Percentages of Color #565ea6

%48
%43
%0
%35

Triadic Colors of #565ea6

#565ea6 #a6565e #5ea656

Analogous Colors of #565ea6

#565ea6 #7656a6 #5686a6

Monochromatic Colors of #565ea6

#565ea6

Complementary Color

#565ea6 #a69e56

#565ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565ea6 Color CSS Codes

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

#565ea6 Text Font Color

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

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


#565ea6 Background Color

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

This div background color is #565ea6


#565ea6 Border Color

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

This div border color is #565ea6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,94,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #565ea6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #565ea6;
  -webkit-box-shadow: 1px 1px 3px 2px #565ea6;
  box-shadow:         1px 1px 3px 2px #565ea6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565ea6


Comments

No comments written yet.

Please login to write comment.