Color Hex Logo

#556532 Color Hex

#556532
(85,101,50)
0 Favorites   0 Comments

Color spaces of #556532

RGB 8510150
HSL0.220.340.30
HSV79°50°40°
CMYK 0.160.000.50   0.60
XYZ8.975711.46894.7583
Yxy11.46890.35610.4551
Hunter Lab33.8658-11.955915.3755
CIE-Lab40.3593-15.236426.7244

#556532 color RGB value is (85,101,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100101 00110010
Octal 125 145 62
Decimal 85 101 50
Hex 55 65 32

RGB Percentages of Color #556532

%36.02
%42.80
%21.19

CMYK Percentages of Color #556532

%16
%0
%50
%60

Triadic Colors of #556532

#556532 #325565 #653255

Analogous Colors of #556532

#556532 #3c6532 #655c32

Monochromatic Colors of #556532

#556532

Complementary Color

#556532 #423265

#556532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556532 Color CSS Codes

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

#556532 Text Font Color

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

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


#556532 Background Color

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

This div background color is #556532


#556532 Border Color

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

This div border color is #556532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556532


Comments

No comments written yet.

Please login to write comment.