Color Hex Logo

#55575e Color Hex

#55575E
(85,87,94)
0 Favorites   0 Comments

Color spaces of #55575e

RGB 858794
HSL0.630.050.35
HSV227°10°37°
CMYK 0.100.070.00   0.63
XYZ9.17499.555811.9506
Yxy9.55580.29900.3115
Hunter Lab30.9125-1.1175-1.2825
CIE-Lab37.03310.7726-4.3212

#55575e color RGB value is (85,87,94).

#55575e hex color red value is 85, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #55575e hue: 0.63 , saturation: 0.05 and the lightness value of 55575e is 0.35.

The process color (four color CMYK) of #55575e color hex is 0.10, 0.07, 0.00, 0.63. Web safe color of #55575e is #666666. Color #55575e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 01011110
Octal 125 127 136
Decimal 85 87 94
Hex 55 57 5E

RGB Percentages of Color #55575e

%31.95
%32.71
%35.34

CMYK Percentages of Color #55575e

%10
%7
%0
%63

Triadic Colors of #55575e

#55575e #5e5557 #575e55

Analogous Colors of #55575e

#55575e #58555e #555c5e

Monochromatic Colors of #55575e

#55575e

Complementary Color

#55575e #5e5c55

#55575e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55575e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55575e Color CSS Codes

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

#55575e Text Font Color

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

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


#55575e Background Color

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

This div background color is #55575e


#55575e Border Color

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

This div border color is #55575e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55575e


Comments

No comments written yet.

Please login to write comment.