Color Hex Logo

#56552e Color Hex

#56552E
(86,85,46)
0 Favorites   0 Comments

Color spaces of #56552e

RGB 868546
HSL0.160.300.26
HSV59°47°34°
CMYK 0.000.010.47   0.66
XYZ7.57948.67273.8593
Yxy8.67270.37690.4312
Hunter Lab29.4494-5.596012.8448
CIE-Lab35.3463-6.107222.8311

#56552e color RGB value is (86,85,46).

#56552e hex color red value is 86, green value is 85 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #56552e hue: 0.16 , saturation: 0.30 and the lightness value of 56552e is 0.26.

The process color (four color CMYK) of #56552e color hex is 0.00, 0.01, 0.47, 0.66. Web safe color of #56552e is #666633. Color #56552e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010101 00101110
Octal 126 125 56
Decimal 86 85 46
Hex 56 55 2E

RGB Percentages of Color #56552e

%39.63
%39.17
%21.20

CMYK Percentages of Color #56552e

%0
%1
%47
%66

Triadic Colors of #56552e

#56552e #2e5655 #552e56

Analogous Colors of #56552e

#56552e #43562e #56412e

Monochromatic Colors of #56552e

#56552e

Complementary Color

#56552e #2e2f56

#56552e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56552e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56552e Color CSS Codes

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

#56552e Text Font Color

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

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


#56552e Background Color

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

This div background color is #56552e


#56552e Border Color

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

This div border color is #56552e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,85,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56552e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56552e;
  -webkit-box-shadow: 1px 1px 3px 2px #56552e;
  box-shadow:         1px 1px 3px 2px #56552e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56552e


Comments

No comments written yet.

Please login to write comment.