Color Hex Logo

#52579b Color Hex

#52579B
(82,87,155)
0 Favorites   0 Comments

Color spaces of #52579b

RGB 8287155
HSL0.660.310.46
HSV236°47°61°
CMYK 0.470.440.00   0.39
XYZ12.804310.976832.4542
Yxy10.97680.22770.1952
Hunter Lab33.131311.0055-34.8865
CIE-Lab39.541416.9136-37.8371

#52579b color RGB value is (82,87,155).

#52579b hex color red value is 82, green value is 87 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #52579b hue: 0.66 , saturation: 0.31 and the lightness value of 52579b is 0.46.

The process color (four color CMYK) of #52579b color hex is 0.47, 0.44, 0.00, 0.39. Web safe color of #52579b is #666699. Color #52579b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010111 10011011
Octal 122 127 233
Decimal 82 87 155
Hex 52 57 9B

RGB Percentages of Color #52579b

%25.31
%26.85
%47.84

CMYK Percentages of Color #52579b

%47
%44
%0
%39

Triadic Colors of #52579b

#52579b #9b5257 #579b52

Analogous Colors of #52579b

#52579b #72529b #527c9b

Monochromatic Colors of #52579b

#52579b

Complementary Color

#52579b #9b9652

#52579b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52579b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52579b Color CSS Codes

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

#52579b Text Font Color

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

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


#52579b Background Color

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

This div background color is #52579b


#52579b Border Color

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

This div border color is #52579b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,87,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52579b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52579b;
  -webkit-box-shadow: 1px 1px 3px 2px #52579b;
  box-shadow:         1px 1px 3px 2px #52579b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52579b


Comments

No comments written yet.

Please login to write comment.