Color Hex Logo

#575156 Color Hex

#575156
(87,81,86)
0 Favorites   0 Comments

Color spaces of #575156

RGB 878186
HSL0.860.040.33
HSV310°34°
CMYK 0.000.070.01   0.66
XYZ8.55268.583010.0100
Yxy8.58300.31510.3162
Hunter Lab29.29680.84020.2498
CIE-Lab35.16873.5013-2.0435

#575156 color RGB value is (87,81,86).

#575156 hex color red value is 87, green value is 81 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #575156 hue: 0.86 , saturation: 0.04 and the lightness value of 575156 is 0.33.

The process color (four color CMYK) of #575156 color hex is 0.00, 0.07, 0.01, 0.66. Web safe color of #575156 is #666666. Color #575156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010001 01010110
Octal 127 121 126
Decimal 87 81 86
Hex 57 51 56

RGB Percentages of Color #575156

%34.25
%31.89
%33.86

CMYK Percentages of Color #575156

%0
%7
%1
%66

Triadic Colors of #575156

#575156 #565751 #515657

Analogous Colors of #575156

#575156 #575153 #555157

Monochromatic Colors of #575156

#575156

Complementary Color

#575156 #515752

#575156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575156 Color CSS Codes

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

#575156 Text Font Color

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

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


#575156 Background Color

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

This div background color is #575156


#575156 Border Color

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

This div border color is #575156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575156


Comments

No comments written yet.

Please login to write comment.