Color Hex Logo

#553581 Color Hex

#553581
(85,53,129)
0 Favorites   0 Comments

Color spaces of #553581

RGB 8553129
HSL0.740.420.36
HSV265°59°51°
CMYK 0.340.590.00   0.49
XYZ8.98196.062521.4657
Yxy6.06250.24600.1660
Hunter Lab24.622122.0262-34.4538
CIE-Lab29.569631.3231-37.8332

#553581 color RGB value is (85,53,129).

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

The process color (four color CMYK) of #553581 color hex is 0.34, 0.59, 0.00, 0.49. Web safe color of #553581 is #663399. Color #553581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110101 10000001
Octal 125 65 201
Decimal 85 53 129
Hex 55 35 81

RGB Percentages of Color #553581

%31.84
%19.85
%48.31

CMYK Percentages of Color #553581

%34
%59
%0
%49

Triadic Colors of #553581

#553581 #815535 #358155

Analogous Colors of #553581

#553581 #7b3581 #353b81

Monochromatic Colors of #553581

#553581

Complementary Color

#553581 #618135

#553581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553581 Color CSS Codes

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

#553581 Text Font Color

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

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


#553581 Background Color

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

This div background color is #553581


#553581 Border Color

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

This div border color is #553581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553581


Comments

No comments written yet.

Please login to write comment.