Color Hex Logo

#52535a Color Hex

#52535A
(82,83,90)
0 Favorites   0 Comments

Color spaces of #52535a

RGB 828390
HSL0.650.050.34
HSV233°35°
CMYK 0.090.080.00   0.65
XYZ8.41848.718510.9120
Yxy8.71850.30010.3108
Hunter Lab29.5271-0.7807-1.2422
CIE-Lab35.43661.1686-4.2154

#52535a color RGB value is (82,83,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010011 01011010
Octal 122 123 132
Decimal 82 83 90
Hex 52 53 5A

RGB Percentages of Color #52535a

%32.16
%32.55
%35.29

CMYK Percentages of Color #52535a

%9
%8
%0
%65

Triadic Colors of #52535a

#52535a #5a5253 #535a52

Analogous Colors of #52535a

#52535a #55525a #52575a

Monochromatic Colors of #52535a

#52535a

Complementary Color

#52535a #5a5952

#52535a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52535a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52535a Color CSS Codes

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

#52535a Text Font Color

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

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


#52535a Background Color

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

This div background color is #52535a


#52535a Border Color

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

This div border color is #52535a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52535a


Comments

No comments written yet.

Please login to write comment.