Color Hex Logo

#55535e Color Hex

#55535E
(85,83,94)
0 Favorites   0 Comments

Color spaces of #55535e

RGB 858394
HSL0.700.060.35
HSV251°12°37°
CMYK 0.100.120.00   0.63
XYZ8.85998.926011.8456
Yxy8.92600.29900.3012
Hunter Lab29.87640.6508-2.5942
CIE-Lab35.84143.2536-6.0945

#55535e color RGB value is (85,83,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010011 01011110
Octal 125 123 136
Decimal 85 83 94
Hex 55 53 5E

RGB Percentages of Color #55535e

%32.44
%31.68
%35.88

CMYK Percentages of Color #55535e

%10
%12
%0
%63

Triadic Colors of #55535e

#55535e #5e5553 #535e55

Analogous Colors of #55535e

#55535e #5b535e #53575e

Monochromatic Colors of #55535e

#55535e

Complementary Color

#55535e #5c5e53

#55535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55535e Color CSS Codes

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

#55535e Text Font Color

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

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


#55535e Background Color

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

This div background color is #55535e


#55535e Border Color

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

This div border color is #55535e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,83,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 #55535e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55535e

#55535e Color Palettes


Comments

No comments written yet.

Please login to write comment.