Color Hex Logo

#556537 Color Hex

#556537
(85,101,55)
0 Favorites   0 Comments

Color spaces of #556537

RGB 8510155
HSL0.220.290.31
HSV81°46°40°
CMYK 0.160.000.46   0.60
XYZ9.089611.51455.3579
Yxy11.51450.35010.4435
Hunter Lab33.9330-11.568214.3914
CIE-Lab40.4339-14.598924.0103

#556537 color RGB value is (85,101,55).

#556537 hex color red value is 85, green value is 101 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #556537 hue: 0.22 , saturation: 0.29 and the lightness value of 556537 is 0.31.

The process color (four color CMYK) of #556537 color hex is 0.16, 0.00, 0.46, 0.60. Web safe color of #556537 is #666633. Color #556537 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100101 00110111
Octal 125 145 67
Decimal 85 101 55
Hex 55 65 37

RGB Percentages of Color #556537

%35.27
%41.91
%22.82

CMYK Percentages of Color #556537

%16
%0
%46
%60

Triadic Colors of #556537

#556537 #375565 #653755

Analogous Colors of #556537

#556537 #3e6537 #655e37

Monochromatic Colors of #556537

#556537

Complementary Color

#556537 #473765

#556537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556537 Color CSS Codes

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

#556537 Text Font Color

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

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


#556537 Background Color

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

This div background color is #556537


#556537 Border Color

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

This div border color is #556537


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,101,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #556537; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #556537;
  -webkit-box-shadow: 1px 1px 3px 2px #556537;
  box-shadow:         1px 1px 3px 2px #556537; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556537


Comments

No comments written yet.

Please login to write comment.