Color Hex Logo

#52546f Color Hex

#52546F
(82,84,111)
0 Favorites   0 Comments

Color spaces of #52546f

RGB 8284111
HSL0.660.150.38
HSV236°26°44°
CMYK 0.260.240.00   0.56
XYZ9.51929.282216.3288
Yxy9.28220.27100.2642
Hunter Lab30.46672.4549-10.4501
CIE-Lab36.52205.8093-15.7027

#52546f color RGB value is (82,84,111).

#52546f hex color red value is 82, green value is 84 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #52546f hue: 0.66 , saturation: 0.15 and the lightness value of 52546f is 0.38.

The process color (four color CMYK) of #52546f color hex is 0.26, 0.24, 0.00, 0.56. Web safe color of #52546f is #666666. Color #52546f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010100 01101111
Octal 122 124 157
Decimal 82 84 111
Hex 52 54 6F

RGB Percentages of Color #52546f

%29.60
%30.32
%40.07

CMYK Percentages of Color #52546f

%26
%24
%0
%56

Triadic Colors of #52546f

#52546f #6f5254 #546f52

Analogous Colors of #52546f

#52546f #5f526f #52636f

Monochromatic Colors of #52546f

#52546f

Complementary Color

#52546f #6f6d52

#52546f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52546f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52546f Color CSS Codes

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

#52546f Text Font Color

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

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


#52546f Background Color

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

This div background color is #52546f


#52546f Border Color

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

This div border color is #52546f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,84,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52546f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52546f;
  -webkit-box-shadow: 1px 1px 3px 2px #52546f;
  box-shadow:         1px 1px 3px 2px #52546f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,84,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52546f


Comments

No comments written yet.

Please login to write comment.