Color Hex Logo

#565781 Color Hex

#565781
(86,87,129)
0 Favorites   0 Comments

Color spaces of #565781

RGB 8687129
HSL0.660.200.42
HSV239°33°51°
CMYK 0.330.330.00   0.49
XYZ11.208410.379822.1816
Yxy10.37980.25610.2371
Hunter Lab32.21775.7184-18.2683
CIE-Lab38.515610.2102-23.6889

#565781 color RGB value is (86,87,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010111 10000001
Octal 126 127 201
Decimal 86 87 129
Hex 56 57 81

RGB Percentages of Color #565781

%28.48
%28.81
%42.72

CMYK Percentages of Color #565781

%33
%33
%0
%49

Triadic Colors of #565781

#565781 #815657 #578156

Analogous Colors of #565781

#565781 #6b5681 #566d81

Monochromatic Colors of #565781

#565781

Complementary Color

#565781 #818056

#565781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565781 Color CSS Codes

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

#565781 Text Font Color

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

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


#565781 Background Color

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

This div background color is #565781


#565781 Border Color

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

This div border color is #565781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565781


Comments

No comments written yet.

Please login to write comment.