Color Hex Logo

#566575 Color Hex

#566575
(86,101,117)
0 Favorites   0 Comments

Color spaces of #566575

RGB 86101117
HSL0.590.150.40
HSV211°26°46°
CMYK 0.260.140.00   0.54
XYZ11.702312.570118.6391
Yxy12.57010.27270.2929
Hunter Lab35.4543-3.1282-6.3520
CIE-Lab42.1082-1.7253-10.8633

#566575 color RGB value is (86,101,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100101 01110101
Octal 126 145 165
Decimal 86 101 117
Hex 56 65 75

RGB Percentages of Color #566575

%28.29
%33.22
%38.49

CMYK Percentages of Color #566575

%26
%14
%0
%54

Triadic Colors of #566575

#566575 #755665 #657556

Analogous Colors of #566575

#566575 #575675 #567575

Monochromatic Colors of #566575

#566575

Complementary Color

#566575 #756656

#566575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566575 Color CSS Codes

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

#566575 Text Font Color

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

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


#566575 Background Color

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

This div background color is #566575


#566575 Border Color

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

This div border color is #566575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566575


Comments

No comments written yet.

Please login to write comment.