Color Hex Logo

#553584 Color Hex

#553584
(85,53,132)
0 Favorites   0 Comments

Color spaces of #553584

RGB 8553132
HSL0.730.430.36
HSV264°60°52°
CMYK 0.360.600.00   0.48
XYZ9.18436.143422.5315
Yxy6.14340.24260.1623
Hunter Lab24.785922.7671-36.5472
CIE-Lab29.771432.1513-39.3807

#553584 color RGB value is (85,53,132).

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

The process color (four color CMYK) of #553584 color hex is 0.36, 0.60, 0.00, 0.48. Web safe color of #553584 is #663399. Color #553584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110101 10000100
Octal 125 65 204
Decimal 85 53 132
Hex 55 35 84

RGB Percentages of Color #553584

%31.48
%19.63
%48.89

CMYK Percentages of Color #553584

%36
%60
%0
%48

Triadic Colors of #553584

#553584 #845535 #358455

Analogous Colors of #553584

#553584 #7d3584 #353c84

Monochromatic Colors of #553584

#553584

Complementary Color

#553584 #648435

#553584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553584 Color CSS Codes

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

#553584 Text Font Color

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

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


#553584 Background Color

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

This div background color is #553584


#553584 Border Color

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

This div border color is #553584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553584


Comments

No comments written yet.

Please login to write comment.