Color Hex Logo

#52575a Color Hex

#52575A
(82,87,90)
0 Favorites   0 Comments

Color spaces of #52575a

RGB 828790
HSL0.560.050.34
HSV203°35°
CMYK 0.090.030.00   0.65
XYZ8.73339.348411.0170
Yxy9.34840.30010.3213
Hunter Lab30.5752-2.52090.0389
CIE-Lab36.6466-1.3021-2.4261

#52575a color RGB value is (82,87,90).

#52575a hex color red value is 82, green value is 87 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #52575a hue: 0.56 , saturation: 0.05 and the lightness value of 52575a is 0.34.

The process color (four color CMYK) of #52575a color hex is 0.09, 0.03, 0.00, 0.65. Web safe color of #52575a is #666666. Color #52575a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010111 01011010
Octal 122 127 132
Decimal 82 87 90
Hex 52 57 5A

RGB Percentages of Color #52575a

%31.66
%33.59
%34.75

CMYK Percentages of Color #52575a

%9
%3
%0
%65

Triadic Colors of #52575a

#52575a #5a5257 #575a52

Analogous Colors of #52575a

#52575a #52535a #525a59

Monochromatic Colors of #52575a

#52575a

Complementary Color

#52575a #5a5552

#52575a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52575a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52575a Color CSS Codes

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

#52575a Text Font Color

<p style="color:#52575a">Text here</p>

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


#52575a Background Color

<div style="background-color:#52575a">
Div content here</div>

This div background color is #52575a


#52575a Border Color

<div style="border:3px solid #52575a">
Div here</div>

This div border color is #52575a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,87,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52575a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52575a;
  -webkit-box-shadow: 1px 1px 3px 2px #52575a;
  box-shadow:         1px 1px 3px 2px #52575a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52575a


Comments

No comments written yet.

Please login to write comment.