Color Hex Logo

#565782 Color Hex

#565782
(86,87,130)
0 Favorites   0 Comments

Color spaces of #565782

RGB 8687130
HSL0.660.200.42
HSV239°34°51°
CMYK 0.340.330.00   0.49
XYZ11.275210.406522.5335
Yxy10.40650.25500.2354
Hunter Lab32.25915.9359-18.8336
CIE-Lab38.562310.4950-24.2274

#565782 color RGB value is (86,87,130).

#565782 hex color red value is 86, green value is 87 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #565782 hue: 0.66 , saturation: 0.20 and the lightness value of 565782 is 0.42.

The process color (four color CMYK) of #565782 color hex is 0.34, 0.33, 0.00, 0.49. Web safe color of #565782 is #666699. Color #565782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010111 10000010
Octal 126 127 202
Decimal 86 87 130
Hex 56 57 82

RGB Percentages of Color #565782

%28.38
%28.71
%42.90

CMYK Percentages of Color #565782

%34
%33
%0
%49

Triadic Colors of #565782

#565782 #825657 #578256

Analogous Colors of #565782

#565782 #6b5682 #566d82

Monochromatic Colors of #565782

#565782

Complementary Color

#565782 #828156

#565782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565782 Color CSS Codes

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

#565782 Text Font Color

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

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


#565782 Background Color

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

This div background color is #565782


#565782 Border Color

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

This div border color is #565782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565782


Comments

No comments written yet.

Please login to write comment.