Color Hex Logo

#55785c Color Hex

#55785C
(85,120,92)
0 Favorites   0 Comments

Color spaces of #55785c

RGB 8512092
HSL0.370.170.40
HSV132°29°47°
CMYK 0.290.000.23   0.53
XYZ12.394516.136912.5867
Yxy16.13690.30140.3925
Hunter Lab40.1708-15.22359.5422
CIE-Lab47.1536-18.661811.4582

#55785c color RGB value is (85,120,92).

#55785c hex color red value is 85, green value is 120 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #55785c hue: 0.37 , saturation: 0.17 and the lightness value of 55785c is 0.40.

The process color (four color CMYK) of #55785c color hex is 0.29, 0.00, 0.23, 0.53. Web safe color of #55785c is #666666. Color #55785c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111000 01011100
Octal 125 170 134
Decimal 85 120 92
Hex 55 78 5C

RGB Percentages of Color #55785c

%28.62
%40.40
%30.98

CMYK Percentages of Color #55785c

%29
%0
%23
%53

Triadic Colors of #55785c

#55785c #5c5578 #785c55

Analogous Colors of #55785c

#55785c #55786e #607855

Monochromatic Colors of #55785c

#55785c

Complementary Color

#55785c #785571

#55785c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55785c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55785c Color CSS Codes

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

#55785c Text Font Color

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

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


#55785c Background Color

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

This div background color is #55785c


#55785c Border Color

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

This div border color is #55785c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55785c


Comments

No comments written yet.

Please login to write comment.