Color Hex Logo

#5a528d Color Hex

#5A528D
(90,82,141)
0 Favorites   0 Comments

Color spaces of #5a528d

RGB 9082141
HSL0.690.260.44
HSV248°42°55°
CMYK 0.360.420.00   0.45
XYZ12.041510.131326.5202
Yxy10.13130.24730.2081
Hunter Lab31.829711.8264-27.1191
CIE-Lab38.077118.0308-31.6656

#5a528d color RGB value is (90,82,141).

#5a528d hex color red value is 90, green value is 82 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5a528d hue: 0.69 , saturation: 0.26 and the lightness value of 5a528d is 0.44.

The process color (four color CMYK) of #5a528d color hex is 0.36, 0.42, 0.00, 0.45. Web safe color of #5a528d is #666699. Color #5a528d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01010010 10001101
Octal 132 122 215
Decimal 90 82 141
Hex 5A 52 8D

RGB Percentages of Color #5a528d

%28.75
%26.20
%45.05

CMYK Percentages of Color #5a528d

%36
%42
%0
%45

Triadic Colors of #5a528d

#5a528d #8d5a52 #528d5a

Analogous Colors of #5a528d

#5a528d #78528d #52688d

Monochromatic Colors of #5a528d

#5a528d

Complementary Color

#5a528d #858d52

#5a528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a528d Color CSS Codes

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

#5a528d Text Font Color

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

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


#5a528d Background Color

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

This div background color is #5a528d


#5a528d Border Color

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

This div border color is #5a528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a528d


Comments

No comments written yet.

Please login to write comment.