Color Hex Logo

#52546c Color Hex

#52546C
(82,84,108)
0 Favorites   0 Comments

Color spaces of #52546c

RGB 8284108
HSL0.650.140.37
HSV235°24°42°
CMYK 0.240.220.00   0.58
XYZ9.35689.217215.4733
Yxy9.21720.27480.2707
Hunter Lab30.35981.8834-8.9661
CIE-Lab36.39925.0109-14.0255

#52546c color RGB value is (82,84,108).

#52546c hex color red value is 82, green value is 84 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #52546c hue: 0.65 , saturation: 0.14 and the lightness value of 52546c is 0.37.

The process color (four color CMYK) of #52546c color hex is 0.24, 0.22, 0.00, 0.58. Web safe color of #52546c is #666666. Color #52546c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010100 01101100
Octal 122 124 154
Decimal 82 84 108
Hex 52 54 6C

RGB Percentages of Color #52546c

%29.93
%30.66
%39.42

CMYK Percentages of Color #52546c

%24
%22
%0
%58

Triadic Colors of #52546c

#52546c #6c5254 #546c52

Analogous Colors of #52546c

#52546c #5d526c #52616c

Monochromatic Colors of #52546c

#52546c

Complementary Color

#52546c #6c6a52

#52546c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52546c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52546c Color CSS Codes

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

#52546c Text Font Color

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

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


#52546c Background Color

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

This div background color is #52546c


#52546c Border Color

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

This div border color is #52546c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52546c


Comments

No comments written yet.

Please login to write comment.