Color Hex Logo

#525590 Color Hex

#525590
(82,85,144)
0 Favorites   0 Comments

Color spaces of #525590

RGB 8285144
HSL0.660.270.44
HSV237°43°56°
CMYK 0.430.410.00   0.44
XYZ11.762210.304527.7546
Yxy10.30450.23610.2068
Hunter Lab32.10069.2293-28.7924
CIE-Lab38.383514.7533-33.0458

#525590 color RGB value is (82,85,144).

#525590 hex color red value is 82, green value is 85 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #525590 hue: 0.66 , saturation: 0.27 and the lightness value of 525590 is 0.44.

The process color (four color CMYK) of #525590 color hex is 0.43, 0.41, 0.00, 0.44. Web safe color of #525590 is #666699. Color #525590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010101 10010000
Octal 122 125 220
Decimal 82 85 144
Hex 52 55 90

RGB Percentages of Color #525590

%26.37
%27.33
%46.30

CMYK Percentages of Color #525590

%43
%41
%0
%44

Triadic Colors of #525590

#525590 #905255 #559052

Analogous Colors of #525590

#525590 #6e5290 #527490

Monochromatic Colors of #525590

#525590

Complementary Color

#525590 #908d52

#525590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525590 Color CSS Codes

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

#525590 Text Font Color

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

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


#525590 Background Color

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

This div background color is #525590


#525590 Border Color

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

This div border color is #525590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525590


Comments

No comments written yet.

Please login to write comment.