Color Hex Logo

#55529a Color Hex

#55529A
(85,82,154)
0 Favorites   0 Comments

Color spaces of #55529a

RGB 8582154
HSL0.670.310.46
HSV243°47°60°
CMYK 0.450.470.00   0.40
XYZ12.596310.299031.8959
Yxy10.29900.22990.1880
Hunter Lab32.092113.9011-36.4632
CIE-Lab38.373820.5507-39.0797

#55529a color RGB value is (85,82,154).

#55529a hex color red value is 85, green value is 82 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #55529a hue: 0.67 , saturation: 0.31 and the lightness value of 55529a is 0.46.

The process color (four color CMYK) of #55529a color hex is 0.45, 0.47, 0.00, 0.40. Web safe color of #55529a is #666699. Color #55529a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 10011010
Octal 125 122 232
Decimal 85 82 154
Hex 55 52 9A

RGB Percentages of Color #55529a

%26.48
%25.55
%47.98

CMYK Percentages of Color #55529a

%45
%47
%0
%40

Triadic Colors of #55529a

#55529a #9a5552 #529a55

Analogous Colors of #55529a

#55529a #79529a #52739a

Monochromatic Colors of #55529a

#55529a

Complementary Color

#55529a #979a52

#55529a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55529a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55529a Color CSS Codes

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

#55529a Text Font Color

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

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


#55529a Background Color

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

This div background color is #55529a


#55529a Border Color

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

This div border color is #55529a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55529a


Comments

No comments written yet.

Please login to write comment.