Color Hex Logo

#55539a Color Hex

#55539A
(85,83,154)
0 Favorites   0 Comments

Color spaces of #55539a

RGB 8583154
HSL0.670.300.46
HSV242°46°60°
CMYK 0.450.460.00   0.40
XYZ12.672310.450931.9212
Yxy10.45090.23020.1899
Hunter Lab32.327913.3971-35.9147
CIE-Lab38.639819.9158-38.6561

#55539a color RGB value is (85,83,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010011 10011010
Octal 125 123 232
Decimal 85 83 154
Hex 55 53 9A

RGB Percentages of Color #55539a

%26.40
%25.78
%47.83

CMYK Percentages of Color #55539a

%45
%46
%0
%40

Triadic Colors of #55539a

#55539a #9a5553 #539a55

Analogous Colors of #55539a

#55539a #79539a #53759a

Monochromatic Colors of #55539a

#55539a

Complementary Color

#55539a #989a53

#55539a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55539a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55539a Color CSS Codes

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

#55539a Text Font Color

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

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


#55539a Background Color

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

This div background color is #55539a


#55539a Border Color

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

This div border color is #55539a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,83,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 #55539a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55539a


Comments

No comments written yet.

Please login to write comment.