Color Hex Logo

#52546d Color Hex

#52546D
(82,84,109)
0 Favorites   0 Comments

Color spaces of #52546d

RGB 8284109
HSL0.650.140.37
HSV236°25°43°
CMYK 0.250.230.00   0.57
XYZ9.41039.238615.7553
Yxy9.23860.27350.2685
Hunter Lab30.39512.0722-9.4565
CIE-Lab36.43975.2754-14.5858

#52546d color RGB value is (82,84,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010100 01101101
Octal 122 124 155
Decimal 82 84 109
Hex 52 54 6D

RGB Percentages of Color #52546d

%29.82
%30.55
%39.64

CMYK Percentages of Color #52546d

%25
%23
%0
%57

Triadic Colors of #52546d

#52546d #6d5254 #546d52

Analogous Colors of #52546d

#52546d #5e526d #52626d

Monochromatic Colors of #52546d

#52546d

Complementary Color

#52546d #6d6b52

#52546d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52546d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52546d Color CSS Codes

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

#52546d Text Font Color

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

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


#52546d Background Color

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

This div background color is #52546d


#52546d Border Color

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

This div border color is #52546d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52546d


Comments

No comments written yet.

Please login to write comment.