Color Hex Logo

#565795 Color Hex

#565795
(86,87,149)
0 Favorites   0 Comments

Color spaces of #565795

RGB 8687149
HSL0.660.270.46
HSV239°42°58°
CMYK 0.420.420.00   0.42
XYZ12.670810.964729.8824
Yxy10.96470.23680.2049
Hunter Lab33.113010.3559-30.3264
CIE-Lab39.521016.1077-34.2458

#565795 color RGB value is (86,87,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010111 10010101
Octal 126 127 225
Decimal 86 87 149
Hex 56 57 95

RGB Percentages of Color #565795

%26.71
%27.02
%46.27

CMYK Percentages of Color #565795

%42
%42
%0
%42

Triadic Colors of #565795

#565795 #955657 #579556

Analogous Colors of #565795

#565795 #755695 #567795

Monochromatic Colors of #565795

#565795

Complementary Color

#565795 #959456

#565795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565795 Color CSS Codes

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

#565795 Text Font Color

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

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


#565795 Background Color

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

This div background color is #565795


#565795 Border Color

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

This div border color is #565795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565795


Comments

No comments written yet.

Please login to write comment.