Color Hex Logo

#55476d Color Hex

#55476D
(85,71,109)
0 Favorites   0 Comments

Color spaces of #55476d

RGB 8571109
HSL0.730.210.35
HSV262°35°43°
CMYK 0.220.350.00   0.57
XYZ8.75997.541915.4620
Yxy7.54190.27580.2374
Hunter Lab27.46258.8779-14.1578
CIE-Lab33.010014.6017-19.8434

#55476d color RGB value is (85,71,109).

#55476d hex color red value is 85, green value is 71 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #55476d hue: 0.73 , saturation: 0.21 and the lightness value of 55476d is 0.35.

The process color (four color CMYK) of #55476d color hex is 0.22, 0.35, 0.00, 0.57. Web safe color of #55476d is #663366. Color #55476d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000111 01101101
Octal 125 107 155
Decimal 85 71 109
Hex 55 47 6D

RGB Percentages of Color #55476d

%32.08
%26.79
%41.13

CMYK Percentages of Color #55476d

%22
%35
%0
%57

Triadic Colors of #55476d

#55476d #6d5547 #476d55

Analogous Colors of #55476d

#55476d #68476d #474c6d

Monochromatic Colors of #55476d

#55476d

Complementary Color

#55476d #5f6d47

#55476d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55476d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55476d Color CSS Codes

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

#55476d Text Font Color

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

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


#55476d Background Color

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

This div background color is #55476d


#55476d Border Color

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

This div border color is #55476d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,71,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55476d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55476d;
  -webkit-box-shadow: 1px 1px 3px 2px #55476d;
  box-shadow:         1px 1px 3px 2px #55476d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55476d


Comments

No comments written yet.

Please login to write comment.