Color Hex Logo

#565289 Color Hex

#565289
(86,82,137)
0 Favorites   0 Comments

Color spaces of #565289

RGB 8682137
HSL0.680.250.43
HSV244°40°54°
CMYK 0.370.400.00   0.46
XYZ11.37049.819224.9629
Yxy9.81920.24640.2128
Hunter Lab31.33569.9330-25.2973
CIE-Lab37.516015.6947-30.1387

#565289 color RGB value is (86,82,137).

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

The process color (four color CMYK) of #565289 color hex is 0.37, 0.40, 0.00, 0.46. Web safe color of #565289 is #666699. Color #565289 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010010 10001001
Octal 126 122 211
Decimal 86 82 137
Hex 56 52 89

RGB Percentages of Color #565289

%28.20
%26.89
%44.92

CMYK Percentages of Color #565289

%37
%40
%0
%46

Triadic Colors of #565289

#565289 #895652 #528956

Analogous Colors of #565289

#565289 #725289 #526a89

Monochromatic Colors of #565289

#565289

Complementary Color

#565289 #858952

#565289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565289 Color CSS Codes

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

#565289 Text Font Color

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

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


#565289 Background Color

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

This div background color is #565289


#565289 Border Color

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

This div border color is #565289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565289


Comments

No comments written yet.

Please login to write comment.