Color Hex Logo

#565390 Color Hex

#565390
(86,83,144)
0 Favorites   0 Comments

Color spaces of #565390

RGB 8683144
HSL0.670.270.45
HSV243°42°56°
CMYK 0.400.420.00   0.44
XYZ11.965010.178627.7196
Yxy10.17860.24000.2041
Hunter Lab31.903911.1114-29.1812
CIE-Lab38.161117.1357-33.3759

#565390 color RGB value is (86,83,144).

#565390 hex color red value is 86, green value is 83 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #565390 hue: 0.67 , saturation: 0.27 and the lightness value of 565390 is 0.45.

The process color (four color CMYK) of #565390 color hex is 0.40, 0.42, 0.00, 0.44. Web safe color of #565390 is #666699. Color #565390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010011 10010000
Octal 126 123 220
Decimal 86 83 144
Hex 56 53 90

RGB Percentages of Color #565390

%27.48
%26.52
%46.01

CMYK Percentages of Color #565390

%40
%42
%0
%44

Triadic Colors of #565390

#565390 #905653 #539056

Analogous Colors of #565390

#565390 #755390 #536f90

Monochromatic Colors of #565390

#565390

Complementary Color

#565390 #8d9053

#565390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565390 Color CSS Codes

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

#565390 Text Font Color

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

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


#565390 Background Color

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

This div background color is #565390


#565390 Border Color

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

This div border color is #565390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565390


Comments

No comments written yet.

Please login to write comment.