Color Hex Logo

#557c53 Color Hex

#557C53
(85,124,83)
0 Favorites   0 Comments

Color spaces of #557c53

RGB 8512483
HSL0.330.200.41
HSV117°33°49°
CMYK 0.310.000.33   0.51
XYZ12.515316.971110.7997
Yxy16.97110.31070.4213
Hunter Lab41.1960-17.864913.2941
CIE-Lab48.2236-22.452918.1511

#557c53 color RGB value is (85,124,83).

#557c53 hex color red value is 85, green value is 124 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #557c53 hue: 0.33 , saturation: 0.20 and the lightness value of 557c53 is 0.41.

The process color (four color CMYK) of #557c53 color hex is 0.31, 0.00, 0.33, 0.51. Web safe color of #557c53 is #666666. Color #557c53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111100 01010011
Octal 125 174 123
Decimal 85 124 83
Hex 55 7C 53

RGB Percentages of Color #557c53

%29.11
%42.47
%28.42

CMYK Percentages of Color #557c53

%31
%0
%33
%51

Triadic Colors of #557c53

#557c53 #53557c #7c5355

Analogous Colors of #557c53

#557c53 #537c66 #6a7c53

Monochromatic Colors of #557c53

#557c53

Complementary Color

#557c53 #7a537c

#557c53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557c53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557c53 Color CSS Codes

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

#557c53 Text Font Color

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

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


#557c53 Background Color

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

This div background color is #557c53


#557c53 Border Color

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

This div border color is #557c53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557c53


Comments

No comments written yet.

Please login to write comment.