Color Hex Logo

#525263 Color Hex

#525263
(82,82,99)
0 Favorites   0 Comments

Color spaces of #525263

RGB 828299
HSL0.670.090.35
HSV240°17°39°
CMYK 0.170.170.00   0.61
XYZ8.74918.729313.0282
Yxy8.72930.28680.2861
Hunter Lab29.54541.1537-5.4625
CIE-Lab35.45783.9581-9.8330

#525263 color RGB value is (82,82,99).

#525263 hex color red value is 82, green value is 82 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #525263 hue: 0.67 , saturation: 0.09 and the lightness value of 525263 is 0.35.

The process color (four color CMYK) of #525263 color hex is 0.17, 0.17, 0.00, 0.61. Web safe color of #525263 is #666666. Color #525263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010010 01100011
Octal 122 122 143
Decimal 82 82 99
Hex 52 52 63

RGB Percentages of Color #525263

%31.18
%31.18
%37.64

CMYK Percentages of Color #525263

%17
%17
%0
%61

Triadic Colors of #525263

#525263 #635252 #526352

Analogous Colors of #525263

#525263 #5b5263 #525b63

Monochromatic Colors of #525263

#525263

Complementary Color

#525263 #636352

#525263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525263 Color CSS Codes

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

#525263 Text Font Color

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

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


#525263 Background Color

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

This div background color is #525263


#525263 Border Color

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

This div border color is #525263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525263


Comments

No comments written yet.

Please login to write comment.