Color Hex Logo

#553a57 Color Hex

#553A57
(85,58,87)
0 Favorites   0 Comments

Color spaces of #553a57

RGB 855887
HSL0.820.200.28
HSV296°33°34°
CMYK 0.020.330.00   0.66
XYZ6.97975.64559.7387
Yxy5.64550.31210.2524
Hunter Lab23.760310.8548-7.6692
CIE-Lab28.499917.5706-12.7185

#553a57 color RGB value is (85,58,87).

#553a57 hex color red value is 85, green value is 58 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #553a57 hue: 0.82 , saturation: 0.20 and the lightness value of 553a57 is 0.28.

The process color (four color CMYK) of #553a57 color hex is 0.02, 0.33, 0.00, 0.66. Web safe color of #553a57 is #663366. Color #553a57 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111010 01010111
Octal 125 72 127
Decimal 85 58 87
Hex 55 3A 57

RGB Percentages of Color #553a57

%36.96
%25.22
%37.83

CMYK Percentages of Color #553a57

%2
%33
%0
%66

Triadic Colors of #553a57

#553a57 #57553a #3a5755

Analogous Colors of #553a57

#553a57 #573a4b #473a57

Monochromatic Colors of #553a57

#553a57

Complementary Color

#553a57 #3c573a

#553a57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553a57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553a57 Color CSS Codes

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

#553a57 Text Font Color

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

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


#553a57 Background Color

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

This div background color is #553a57


#553a57 Border Color

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

This div border color is #553a57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553a57


Comments

No comments written yet.

Please login to write comment.