Color Hex Logo

#53555e Color Hex

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

Color spaces of #53555e

RGB 838594
HSL0.640.060.35
HSV229°12°37°
CMYK 0.120.100.00   0.63
XYZ8.83629.144211.8890
Yxy9.14420.29580.3061
Hunter Lab30.2394-0.7597-2.1431
CIE-Lab36.26051.2450-5.4885

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

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

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

Base Numbers

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

RGB Percentages of Color #53555e

%31.68
%32.44
%35.88

CMYK Percentages of Color #53555e

%12
%10
%0
%63

Triadic Colors of #53555e

#53555e #5e5355 #555e53

Analogous Colors of #53555e

#53555e #57535e #535b5e

Monochromatic Colors of #53555e

#53555e

Complementary Color

#53555e #5e5c53

#53555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53555e Color CSS Codes

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

#53555e Text Font Color

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

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


#53555e Background Color

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

This div background color is #53555e


#53555e Border Color

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

This div border color is #53555e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53555e


Comments

No comments written yet.

Please login to write comment.