Color Hex Logo

#55755b Color Hex

#55755B
(85,117,91)
0 Favorites   0 Comments

Color spaces of #55755b

RGB 8511791
HSL0.360.160.40
HSV131°27°46°
CMYK 0.270.000.22   0.54
XYZ11.995915.409212.2396
Yxy15.40920.30260.3887
Hunter Lab39.2546-14.14728.9915
CIE-Lab46.1896-17.254610.7002

#55755b color RGB value is (85,117,91).

#55755b hex color red value is 85, green value is 117 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #55755b hue: 0.36 , saturation: 0.16 and the lightness value of 55755b is 0.40.

The process color (four color CMYK) of #55755b color hex is 0.27, 0.00, 0.22, 0.54. Web safe color of #55755b is #666666. Color #55755b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110101 01011011
Octal 125 165 133
Decimal 85 117 91
Hex 55 75 5B

RGB Percentages of Color #55755b

%29.01
%39.93
%31.06

CMYK Percentages of Color #55755b

%27
%0
%22
%54

Triadic Colors of #55755b

#55755b #5b5575 #755b55

Analogous Colors of #55755b

#55755b #55756b #5f7555

Monochromatic Colors of #55755b

#55755b

Complementary Color

#55755b #75556f

#55755b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55755b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55755b Color CSS Codes

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

#55755b Text Font Color

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

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


#55755b Background Color

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

This div background color is #55755b


#55755b Border Color

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

This div border color is #55755b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,117,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55755b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55755b;
  -webkit-box-shadow: 1px 1px 3px 2px #55755b;
  box-shadow:         1px 1px 3px 2px #55755b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55755b


Comments

No comments written yet.

Please login to write comment.