Color Hex Logo

#565775 Color Hex

#565775
(86,87,117)
0 Favorites   0 Comments

Color spaces of #565775

RGB 8687117
HSL0.660.150.40
HSV238°26°46°
CMYK 0.260.260.00   0.54
XYZ10.456810.079218.2240
Yxy10.07920.26980.2600
Hunter Lab31.74783.2342-11.8105
CIE-Lab37.98426.8929-17.1431

#565775 color RGB value is (86,87,117).

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

The process color (four color CMYK) of #565775 color hex is 0.26, 0.26, 0.00, 0.54. Web safe color of #565775 is #666666. Color #565775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010111 01110101
Octal 126 127 165
Decimal 86 87 117
Hex 56 57 75

RGB Percentages of Color #565775

%29.66
%30.00
%40.34

CMYK Percentages of Color #565775

%26
%26
%0
%54

Triadic Colors of #565775

#565775 #755657 #577556

Analogous Colors of #565775

#565775 #655675 #566775

Monochromatic Colors of #565775

#565775

Complementary Color

#565775 #757456

#565775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565775 Color CSS Codes

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

#565775 Text Font Color

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

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


#565775 Background Color

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

This div background color is #565775


#565775 Border Color

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

This div border color is #565775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565775

#565775 Color Palettes


Comments

No comments written yet.

Please login to write comment.