Color Hex Logo

#553b5e Color Hex

#553B5E
(85,59,94)
0 Favorites   0 Comments

Color spaces of #553b5e

RGB 855994
HSL0.790.230.30
HSV285°37°37°
CMYK 0.100.370.00   0.63
XYZ7.33075.867411.3358
Yxy5.86740.29880.2392
Hunter Lab24.222711.6310-10.7908
CIE-Lab29.075418.5424-16.3703

#553b5e color RGB value is (85,59,94).

#553b5e hex color red value is 85, green value is 59 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #553b5e hue: 0.79 , saturation: 0.23 and the lightness value of 553b5e is 0.30.

The process color (four color CMYK) of #553b5e color hex is 0.10, 0.37, 0.00, 0.63. Web safe color of #553b5e is #663366. Color #553b5e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111011 01011110
Octal 125 73 136
Decimal 85 59 94
Hex 55 3B 5E

RGB Percentages of Color #553b5e

%35.71
%24.79
%39.50

CMYK Percentages of Color #553b5e

%10
%37
%0
%63

Triadic Colors of #553b5e

#553b5e #5e553b #3b5e55

Analogous Colors of #553b5e

#553b5e #5e3b56 #443b5e

Monochromatic Colors of #553b5e

#553b5e

Complementary Color

#553b5e #445e3b

#553b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#553b5e Color CSS Codes

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

#553b5e Text Font Color

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

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


#553b5e Background Color

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

This div background color is #553b5e


#553b5e Border Color

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

This div border color is #553b5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553b5e


Comments

No comments written yet.

Please login to write comment.