Color Hex Logo

#53637e Color Hex

#53637E
(83,99,126)
0 Favorites   0 Comments

Color spaces of #53637e

RGB 8399126
HSL0.600.210.41
HSV218°34°49°
CMYK 0.340.210.00   0.51
XYZ11.795012.269021.4852
Yxy12.26900.25900.2694
Hunter Lab35.0271-1.1896-11.8487
CIE-Lab41.64050.9458-17.0565

#53637e color RGB value is (83,99,126).

#53637e hex color red value is 83, green value is 99 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #53637e hue: 0.60 , saturation: 0.21 and the lightness value of 53637e is 0.41.

The process color (four color CMYK) of #53637e color hex is 0.34, 0.21, 0.00, 0.51. Web safe color of #53637e is #666666. Color #53637e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100011 01111110
Octal 123 143 176
Decimal 83 99 126
Hex 53 63 7E

RGB Percentages of Color #53637e

%26.95
%32.14
%40.91

CMYK Percentages of Color #53637e

%34
%21
%0
%51

Triadic Colors of #53637e

#53637e #7e5363 #637e53

Analogous Colors of #53637e

#53637e #59537e #53797e

Monochromatic Colors of #53637e

#53637e

Complementary Color

#53637e #7e6e53

#53637e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53637e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53637e Color CSS Codes

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

#53637e Text Font Color

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

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


#53637e Background Color

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

This div background color is #53637e


#53637e Border Color

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

This div border color is #53637e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53637e


Comments

No comments written yet.

Please login to write comment.