Color Hex Logo

#52566c Color Hex

#52566C
(82,86,108)
1 Favorites   0 Comments

Color spaces of #52566c

RGB 8286108
HSL0.640.140.37
HSV231°24°42°
CMYK 0.240.200.00   0.58
XYZ9.51429.532115.5258
Yxy9.53210.27520.2757
Hunter Lab30.87410.9771-8.2036
CIE-Lab36.98923.7549-13.1260

#52566c color RGB value is (82,86,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010110 01101100
Octal 122 126 154
Decimal 82 86 108
Hex 52 56 6C

RGB Percentages of Color #52566c

%29.71
%31.16
%39.13

CMYK Percentages of Color #52566c

%24
%20
%0
%58

Triadic Colors of #52566c

#52566c #6c5256 #566c52

Analogous Colors of #52566c

#52566c #5b526c #52636c

Monochromatic Colors of #52566c

#52566c

Complementary Color

#52566c #6c6852

#52566c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52566c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52566c Color CSS Codes

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

#52566c Text Font Color

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

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


#52566c Background Color

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

This div background color is #52566c


#52566c Border Color

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

This div border color is #52566c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52566c

#52566c Color Palettes


Comments

No comments written yet.

Please login to write comment.