Color Hex Logo

#565290 Color Hex

#565290
(86,82,144)
0 Favorites   0 Comments

Color spaces of #565290

RGB 8682144
HSL0.680.270.44
HSV244°43°56°
CMYK 0.400.430.00   0.44
XYZ11.889110.026627.6943
Yxy10.02660.23970.2021
Hunter Lab31.664811.6075-29.6902
CIE-Lab37.890117.7726-33.8045

#565290 color RGB value is (86,82,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010010 10010000
Octal 126 122 220
Decimal 86 82 144
Hex 56 52 90

RGB Percentages of Color #565290

%27.56
%26.28
%46.15

CMYK Percentages of Color #565290

%40
%43
%0
%44

Triadic Colors of #565290

#565290 #905652 #529056

Analogous Colors of #565290

#565290 #755290 #526d90

Monochromatic Colors of #565290

#565290

Complementary Color

#565290 #8c9052

#565290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565290 Color CSS Codes

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

#565290 Text Font Color

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

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


#565290 Background Color

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

This div background color is #565290


#565290 Border Color

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

This div border color is #565290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565290


Comments

No comments written yet.

Please login to write comment.