Color Hex Logo

#53555f Color Hex

#53555F
(83,85,95)
0 Favorites   0 Comments

Color spaces of #53555f

RGB 838595
HSL0.640.070.35
HSV230°13°37°
CMYK 0.130.110.00   0.63
XYZ8.88139.162212.1269
Yxy9.16220.29440.3037
Hunter Lab30.2691-0.5971-2.5653
CIE-Lab36.29471.4820-6.0629

#53555f color RGB value is (83,85,95).

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

The process color (four color CMYK) of #53555f color hex is 0.13, 0.11, 0.00, 0.63. Web safe color of #53555f is #666666. Color #53555f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010101 01011111
Octal 123 125 137
Decimal 83 85 95
Hex 53 55 5F

RGB Percentages of Color #53555f

%31.56
%32.32
%36.12

CMYK Percentages of Color #53555f

%13
%11
%0
%63

Triadic Colors of #53555f

#53555f #5f5355 #555f53

Analogous Colors of #53555f

#53555f #57535f #535b5f

Monochromatic Colors of #53555f

#53555f

Complementary Color

#53555f #5f5d53

#53555f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53555f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53555f Color CSS Codes

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

#53555f Text Font Color

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

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


#53555f Background Color

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

This div background color is #53555f


#53555f Border Color

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

This div border color is #53555f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53555f


Comments

No comments written yet.

Please login to write comment.