Color Hex Logo

#53576e Color Hex

#53576E
(83,87,110)
0 Favorites   0 Comments

Color spaces of #53576e

RGB 8387110
HSL0.640.140.38
HSV231°25°43°
CMYK 0.250.210.00   0.57
XYZ9.78999.781216.1238
Yxy9.78120.27430.2740
Hunter Lab31.27491.1443-8.6746
CIE-Lab37.44684.0036-13.6617

#53576e color RGB value is (83,87,110).

#53576e hex color red value is 83, green value is 87 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #53576e hue: 0.64 , saturation: 0.14 and the lightness value of 53576e is 0.38.

The process color (four color CMYK) of #53576e color hex is 0.25, 0.21, 0.00, 0.57. Web safe color of #53576e is #666666. Color #53576e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010111 01101110
Octal 123 127 156
Decimal 83 87 110
Hex 53 57 6E

RGB Percentages of Color #53576e

%29.64
%31.07
%39.29

CMYK Percentages of Color #53576e

%25
%21
%0
%57

Triadic Colors of #53576e

#53576e #6e5357 #576e53

Analogous Colors of #53576e

#53576e #5d536e #53656e

Monochromatic Colors of #53576e

#53576e

Complementary Color

#53576e #6e6a53

#53576e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53576e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53576e Color CSS Codes

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

#53576e Text Font Color

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

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


#53576e Background Color

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

This div background color is #53576e


#53576e Border Color

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

This div border color is #53576e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53576e


Comments

No comments written yet.

Please login to write comment.