Color Hex Logo

#565675 Color Hex

#565675
(86,86,117)
0 Favorites   0 Comments

Color spaces of #565675

RGB 8686117
HSL0.670.150.40
HSV240°26°46°
CMYK 0.260.260.00   0.54
XYZ10.37649.918418.1972
Yxy9.91840.26960.2577
Hunter Lab31.49353.6981-12.2128
CIE-Lab37.69567.5214-17.5867

#565675 color RGB value is (86,86,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010110 01110101
Octal 126 126 165
Decimal 86 86 117
Hex 56 56 75

RGB Percentages of Color #565675

%29.76
%29.76
%40.48

CMYK Percentages of Color #565675

%26
%26
%0
%54

Triadic Colors of #565675

#565675 #755656 #567556

Analogous Colors of #565675

#565675 #665675 #566675

Monochromatic Colors of #565675

#565675

Complementary Color

#565675 #757556

#565675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565675 Color CSS Codes

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

#565675 Text Font Color

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

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


#565675 Background Color

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

This div background color is #565675


#565675 Border Color

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

This div border color is #565675


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,86,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 #565675">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565675


Comments

No comments written yet.

Please login to write comment.