Color Hex Logo

#553189 Color Hex

#553189
(85,49,137)
0 Favorites   0 Comments

Color spaces of #553189

RGB 8549137
HSL0.730.470.36
HSV265°64°54°
CMYK 0.380.640.00   0.46
XYZ9.36005.934124.3190
Yxy5.93410.23630.1498
Hunter Lab24.360025.9562-42.1382
CIE-Lab29.245635.8716-43.3363

#553189 color RGB value is (85,49,137).

#553189 hex color red value is 85, green value is 49 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #553189 hue: 0.73 , saturation: 0.47 and the lightness value of 553189 is 0.36.

The process color (four color CMYK) of #553189 color hex is 0.38, 0.64, 0.00, 0.46. Web safe color of #553189 is #663399. Color #553189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110001 10001001
Octal 125 61 211
Decimal 85 49 137
Hex 55 31 89

RGB Percentages of Color #553189

%31.37
%18.08
%50.55

CMYK Percentages of Color #553189

%38
%64
%0
%46

Triadic Colors of #553189

#553189 #895531 #318955

Analogous Colors of #553189

#553189 #813189 #313989

Monochromatic Colors of #553189

#553189

Complementary Color

#553189 #658931

#553189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553189 Color CSS Codes

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

#553189 Text Font Color

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

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


#553189 Background Color

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

This div background color is #553189


#553189 Border Color

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

This div border color is #553189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553189


Comments

No comments written yet.

Please login to write comment.