Color Hex Logo

#575668 Color Hex

#575668
(87,86,104)
0 Favorites   0 Comments

Color spaces of #575668

RGB 8786104
HSL0.680.090.37
HSV243°17°41°
CMYK 0.160.170.00   0.59
XYZ9.75709.681314.4511
Yxy9.68130.28790.2857
Hunter Lab31.11481.5233-5.7566
CIE-Lab37.26434.5277-10.1831

#575668 color RGB value is (87,86,104).

#575668 hex color red value is 87, green value is 86 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #575668 hue: 0.68 , saturation: 0.09 and the lightness value of 575668 is 0.37.

The process color (four color CMYK) of #575668 color hex is 0.16, 0.17, 0.00, 0.59. Web safe color of #575668 is #666666. Color #575668 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010110 01101000
Octal 127 126 150
Decimal 87 86 104
Hex 57 56 68

RGB Percentages of Color #575668

%31.41
%31.05
%37.55

CMYK Percentages of Color #575668

%16
%17
%0
%59

Triadic Colors of #575668

#575668 #685756 #566857

Analogous Colors of #575668

#575668 #605668 #565e68

Monochromatic Colors of #575668

#575668

Complementary Color

#575668 #676856

#575668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575668 Color CSS Codes

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

#575668 Text Font Color

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

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


#575668 Background Color

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

This div background color is #575668


#575668 Border Color

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

This div border color is #575668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575668


Comments

No comments written yet.

Please login to write comment.