Color Hex Logo

#557d5d Color Hex

#557D5D
(85,125,93)
0 Favorites   0 Comments

Color spaces of #557d5d

RGB 8512593
HSL0.370.190.41
HSV132°32°49°
CMYK 0.320.000.26   0.51
XYZ13.055717.388813.0242
Yxy17.38880.30030.4000
Hunter Lab41.6999-17.088710.6718
CIE-Lab48.7462-21.095913.0882

#557d5d color RGB value is (85,125,93).

#557d5d hex color red value is 85, green value is 125 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #557d5d hue: 0.37 , saturation: 0.19 and the lightness value of 557d5d is 0.41.

The process color (four color CMYK) of #557d5d color hex is 0.32, 0.00, 0.26, 0.51. Web safe color of #557d5d is #666666. Color #557d5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111101 01011101
Octal 125 175 135
Decimal 85 125 93
Hex 55 7D 5D

RGB Percentages of Color #557d5d

%28.05
%41.25
%30.69

CMYK Percentages of Color #557d5d

%32
%0
%26
%51

Triadic Colors of #557d5d

#557d5d #5d557d #7d5d55

Analogous Colors of #557d5d

#557d5d #557d71 #617d55

Monochromatic Colors of #557d5d

#557d5d

Complementary Color

#557d5d #7d5575

#557d5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557d5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#557d5d Color CSS Codes

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

#557d5d Text Font Color

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

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


#557d5d Background Color

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

This div background color is #557d5d


#557d5d Border Color

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

This div border color is #557d5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,125,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557d5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557d5d;
  -webkit-box-shadow: 1px 1px 3px 2px #557d5d;
  box-shadow:         1px 1px 3px 2px #557d5d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557d5d


Comments

No comments written yet.

Please login to write comment.