Color Hex Logo

#53526e Color Hex

#53526E
(83,82,110)
0 Favorites   0 Comments

Color spaces of #53526e

RGB 8382110
HSL0.670.150.38
HSV242°25°43°
CMYK 0.250.250.00   0.57
XYZ9.39908.999415.9935
Yxy8.99940.27330.2617
Hunter Lab29.99903.4277-10.6102
CIE-Lab35.98317.1507-15.8995

#53526e color RGB value is (83,82,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010010 01101110
Octal 123 122 156
Decimal 83 82 110
Hex 53 52 6E

RGB Percentages of Color #53526e

%30.18
%29.82
%40.00

CMYK Percentages of Color #53526e

%25
%25
%0
%57

Triadic Colors of #53526e

#53526e #6e5352 #526e53

Analogous Colors of #53526e

#53526e #61526e #525f6e

Monochromatic Colors of #53526e

#53526e

Complementary Color

#53526e #6d6e52

#53526e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53526e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53526e Color CSS Codes

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

#53526e Text Font Color

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

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


#53526e Background Color

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

This div background color is #53526e


#53526e Border Color

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

This div border color is #53526e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53526e


Comments

No comments written yet.

Please login to write comment.