Color Hex Logo

#55414e Color Hex

#55414E
(85,65,78)
0 Favorites   0 Comments

Color spaces of #55414e

RGB 856578
HSL0.890.130.29
HSV321°24°33°
CMYK 0.000.240.08   0.67
XYZ7.01186.26198.0468
Yxy6.26190.32890.2937
Hunter Lab25.02386.2250-1.5490
CIE-Lab30.063811.1500-4.5097

#55414e color RGB value is (85,65,78).

#55414e hex color red value is 85, green value is 65 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #55414e hue: 0.89 , saturation: 0.13 and the lightness value of 55414e is 0.29.

The process color (four color CMYK) of #55414e color hex is 0.00, 0.24, 0.08, 0.67. Web safe color of #55414e is #663366. Color #55414e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000001 01001110
Octal 125 101 116
Decimal 85 65 78
Hex 55 41 4E

RGB Percentages of Color #55414e

%37.28
%28.51
%34.21

CMYK Percentages of Color #55414e

%0
%24
%8
%67

Triadic Colors of #55414e

#55414e #4e5541 #414e55

Analogous Colors of #55414e

#55414e #554144 #524155

Monochromatic Colors of #55414e

#55414e

Complementary Color

#55414e #415548

#55414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55414e Color CSS Codes

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

#55414e Text Font Color

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

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


#55414e Background Color

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

This div background color is #55414e


#55414e Border Color

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

This div border color is #55414e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,65,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55414e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55414e;
  -webkit-box-shadow: 1px 1px 3px 2px #55414e;
  box-shadow:         1px 1px 3px 2px #55414e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55414e


Comments

No comments written yet.

Please login to write comment.