Color Hex Logo

#53637c Color Hex

#53637C
(83,99,124)
0 Favorites   0 Comments

Color spaces of #53637c

RGB 8399124
HSL0.600.200.41
HSV217°33°49°
CMYK 0.330.200.00   0.51
XYZ11.667212.217920.8121
Yxy12.21790.26100.2733
Hunter Lab34.9541-1.5889-10.8341
CIE-Lab41.56040.3872-15.9658

#53637c color RGB value is (83,99,124).

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

The process color (four color CMYK) of #53637c color hex is 0.33, 0.20, 0.00, 0.51. Web safe color of #53637c is #666666. Color #53637c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100011 01111100
Octal 123 143 174
Decimal 83 99 124
Hex 53 63 7C

RGB Percentages of Color #53637c

%27.12
%32.35
%40.52

CMYK Percentages of Color #53637c

%33
%20
%0
%51

Triadic Colors of #53637c

#53637c #7c5363 #637c53

Analogous Colors of #53637c

#53637c #57537c #53787c

Monochromatic Colors of #53637c

#53637c

Complementary Color

#53637c #7c6c53

#53637c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53637c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53637c Color CSS Codes

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

#53637c Text Font Color

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

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


#53637c Background Color

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

This div background color is #53637c


#53637c Border Color

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

This div border color is #53637c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53637c

#53637c Color Palettes


Comments

No comments written yet.

Please login to write comment.