Color Hex Logo

#52555d Color Hex

#52555D
(82,85,93)
0 Favorites   0 Comments

Color spaces of #52555d

RGB 828593
HSL0.620.060.34
HSV224°12°36°
CMYK 0.120.090.00   0.64
XYZ8.70409.081211.6500
Yxy9.08120.29570.3085
Hunter Lab30.1350-1.1796-1.8266
CIE-Lab36.14020.6283-5.0510

#52555d color RGB value is (82,85,93).

#52555d hex color red value is 82, green value is 85 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #52555d hue: 0.62 , saturation: 0.06 and the lightness value of 52555d is 0.34.

The process color (four color CMYK) of #52555d color hex is 0.12, 0.09, 0.00, 0.64. Web safe color of #52555d is #666666. Color #52555d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010101 01011101
Octal 122 125 135
Decimal 82 85 93
Hex 52 55 5D

RGB Percentages of Color #52555d

%31.54
%32.69
%35.77

CMYK Percentages of Color #52555d

%12
%9
%0
%64

Triadic Colors of #52555d

#52555d #5d5255 #555d52

Analogous Colors of #52555d

#52555d #55525d #525b5d

Monochromatic Colors of #52555d

#52555d

Complementary Color

#52555d #5d5a52

#52555d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52555d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52555d Color CSS Codes

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

#52555d Text Font Color

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

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


#52555d Background Color

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

This div background color is #52555d


#52555d Border Color

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

This div border color is #52555d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52555d

#52555d Color Palettes


Comments

No comments written yet.

Please login to write comment.