Color Hex Logo

#525556 Color Hex

#525556
(82,85,86)
0 Favorites   0 Comments

Color spaces of #525556

RGB 828586
HSL0.540.020.33
HSV195°34°
CMYK 0.050.010.00   0.66
XYZ8.40798.962710.0909
Yxy8.96270.30620.3264
Hunter Lab29.9378-2.26010.9720
CIE-Lab35.9124-0.9750-1.0038

#525556 color RGB value is (82,85,86).

#525556 hex color red value is 82, green value is 85 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #525556 hue: 0.54 , saturation: 0.02 and the lightness value of 525556 is 0.33.

The process color (four color CMYK) of #525556 color hex is 0.05, 0.01, 0.00, 0.66. Web safe color of #525556 is #666666. Color #525556 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010101 01010110
Octal 122 125 126
Decimal 82 85 86
Hex 52 55 56

RGB Percentages of Color #525556

%32.41
%33.60
%33.99

CMYK Percentages of Color #525556

%5
%1
%0
%66

Triadic Colors of #525556

#525556 #565255 #555652

Analogous Colors of #525556

#525556 #525356 #525655

Monochromatic Colors of #525556

#525556

Complementary Color

#525556 #565352

#525556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525556 Color CSS Codes

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

#525556 Text Font Color

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

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


#525556 Background Color

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

This div background color is #525556


#525556 Border Color

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

This div border color is #525556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525556


Comments

No comments written yet.

Please login to write comment.