Color Hex Logo

#566390 Color Hex

#566390
(86,99,144)
0 Favorites   0 Comments

Color spaces of #566390

RGB 8699144
HSL0.630.250.45
HSV227°40°56°
CMYK 0.400.310.00   0.44
XYZ13.333612.915728.1758
Yxy12.91570.24500.2373
Hunter Lab35.93843.3335-21.3266
CIE-Lab42.63607.0591-26.3522

#566390 color RGB value is (86,99,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100011 10010000
Octal 126 143 220
Decimal 86 99 144
Hex 56 63 90

RGB Percentages of Color #566390

%26.14
%30.09
%43.77

CMYK Percentages of Color #566390

%40
%31
%0
%44

Triadic Colors of #566390

#566390 #905663 #639056

Analogous Colors of #566390

#566390 #665690 #568090

Monochromatic Colors of #566390

#566390

Complementary Color

#566390 #908356

#566390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566390 Color CSS Codes

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

#566390 Text Font Color

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

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


#566390 Background Color

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

This div background color is #566390


#566390 Border Color

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

This div border color is #566390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566390


Comments

No comments written yet.

Please login to write comment.