Color Hex Logo

#52585e Color Hex

#52585E
(82,88,94)
0 Favorites   0 Comments

Color spaces of #52585e

RGB 828894
HSL0.580.070.35
HSV210°13°37°
CMYK 0.130.060.00   0.63
XYZ8.98989.581411.9653
Yxy9.58140.29440.3138
Hunter Lab30.9538-2.3282-1.2510
CIE-Lab37.0804-0.9843-4.2789

#52585e color RGB value is (82,88,94).

#52585e hex color red value is 82, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #52585e hue: 0.58 , saturation: 0.07 and the lightness value of 52585e is 0.35.

The process color (four color CMYK) of #52585e color hex is 0.13, 0.06, 0.00, 0.63. Web safe color of #52585e is #666666. Color #52585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011000 01011110
Octal 122 130 136
Decimal 82 88 94
Hex 52 58 5E

RGB Percentages of Color #52585e

%31.06
%33.33
%35.61

CMYK Percentages of Color #52585e

%13
%6
%0
%63

Triadic Colors of #52585e

#52585e #5e5258 #585e52

Analogous Colors of #52585e

#52585e #52525e #525e5e

Monochromatic Colors of #52585e

#52585e

Complementary Color

#52585e #5e5852

#52585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52585e Color CSS Codes

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

#52585e Text Font Color

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

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


#52585e Background Color

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

This div background color is #52585e


#52585e Border Color

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

This div border color is #52585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52585e


Comments

No comments written yet.

Please login to write comment.