Color Hex Logo

#575d58 Color Hex

#575D58
(87,93,88)
0 Favorites   0 Comments

Color spaces of #575d58

RGB 879388
HSL0.360.030.35
HSV130°36°
CMYK 0.060.000.05   0.64
XYZ9.606310.559510.7644
Yxy10.55950.31060.3414
Hunter Lab32.4954-4.09873.1064
CIE-Lab38.8284-3.42602.0535

#575d58 color RGB value is (87,93,88).

#575d58 hex color red value is 87, green value is 93 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #575d58 hue: 0.36 , saturation: 0.03 and the lightness value of 575d58 is 0.35.

The process color (four color CMYK) of #575d58 color hex is 0.06, 0.00, 0.05, 0.64. Web safe color of #575d58 is #666666. Color #575d58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011101 01011000
Octal 127 135 130
Decimal 87 93 88
Hex 57 5D 58

RGB Percentages of Color #575d58

%32.46
%34.70
%32.84

CMYK Percentages of Color #575d58

%6
%0
%5
%64

Triadic Colors of #575d58

#575d58 #58575d #5d5857

Analogous Colors of #575d58

#575d58 #575d5b #595d57

Monochromatic Colors of #575d58

#575d58

Complementary Color

#575d58 #5d575c

#575d58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575d58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575d58 Color CSS Codes

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

#575d58 Text Font Color

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

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


#575d58 Background Color

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

This div background color is #575d58


#575d58 Border Color

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

This div border color is #575d58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,93,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575d58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575d58;
  -webkit-box-shadow: 1px 1px 3px 2px #575d58;
  box-shadow:         1px 1px 3px 2px #575d58; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575d58

#575d58 Color Palettes


Comments

No comments written yet.

Please login to write comment.