Color Hex Logo

#553d8a Color Hex

#553D8A
(85,61,138)
0 Favorites   0 Comments

Color spaces of #553d8a

RGB 8561138
HSL0.720.390.39
HSV259°56°54°
CMYK 0.380.560.00   0.46
XYZ10.00257.103824.8887
Yxy7.10380.23820.1692
Hunter Lab26.653020.3460-36.7083
CIE-Lab32.042128.9845-39.4551

#553d8a color RGB value is (85,61,138).

#553d8a hex color red value is 85, green value is 61 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #553d8a hue: 0.72 , saturation: 0.39 and the lightness value of 553d8a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111101 10001010
Octal 125 75 212
Decimal 85 61 138
Hex 55 3D 8A

RGB Percentages of Color #553d8a

%29.93
%21.48
%48.59

CMYK Percentages of Color #553d8a

%38
%56
%0
%46

Triadic Colors of #553d8a

#553d8a #8a553d #3d8a55

Analogous Colors of #553d8a

#553d8a #7c3d8a #3d4c8a

Monochromatic Colors of #553d8a

#553d8a

Complementary Color

#553d8a #728a3d

#553d8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553d8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#553d8a Color CSS Codes

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

#553d8a Text Font Color

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

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


#553d8a Background Color

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

This div background color is #553d8a


#553d8a Border Color

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

This div border color is #553d8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,61,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #553d8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #553d8a;
  -webkit-box-shadow: 1px 1px 3px 2px #553d8a;
  box-shadow:         1px 1px 3px 2px #553d8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553d8a


Comments

No comments written yet.

Please login to write comment.