Color Hex Logo

#55856c Color Hex

#55856C
(85,133,108)
0 Favorites   0 Comments

Color spaces of #55856c

RGB 85133108
HSL0.410.220.43
HSV149°36°52°
CMYK 0.360.000.19   0.48
XYZ14.840619.789117.2248
Yxy19.78910.28620.3816
Hunter Lab44.4849-18.29938.1821
CIE-Lab51.5979-22.12958.3812

#55856c color RGB value is (85,133,108).

#55856c hex color red value is 85, green value is 133 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #55856c hue: 0.41 , saturation: 0.22 and the lightness value of 55856c is 0.43.

The process color (four color CMYK) of #55856c color hex is 0.36, 0.00, 0.19, 0.48. Web safe color of #55856c is #669966. Color #55856c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000101 01101100
Octal 125 205 154
Decimal 85 133 108
Hex 55 85 6C

RGB Percentages of Color #55856c

%26.07
%40.80
%33.13

CMYK Percentages of Color #55856c

%36
%0
%19
%48

Triadic Colors of #55856c

#55856c #6c5585 #856c55

Analogous Colors of #55856c

#55856c #558584 #568555

Monochromatic Colors of #55856c

#55856c

Complementary Color

#55856c #85556e

#55856c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55856c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55856c Color CSS Codes

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

#55856c Text Font Color

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

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


#55856c Background Color

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

This div background color is #55856c


#55856c Border Color

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

This div border color is #55856c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,133,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55856c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55856c;
  -webkit-box-shadow: 1px 1px 3px 2px #55856c;
  box-shadow:         1px 1px 3px 2px #55856c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55856c


Comments

No comments written yet.

Please login to write comment.