Color Hex Logo

#55465e Color Hex

#55465E
(85,70,94)
0 Favorites   0 Comments

Color spaces of #55465e

RGB 857094
HSL0.770.150.32
HSV278°26°37°
CMYK 0.100.260.00   0.63
XYZ7.95697.119811.5446
Yxy7.11980.29890.2674
Hunter Lab26.68306.5338-6.9742
CIE-Lab32.078111.4952-11.7674

#55465e color RGB value is (85,70,94).

#55465e hex color red value is 85, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #55465e hue: 0.77 , saturation: 0.15 and the lightness value of 55465e is 0.32.

The process color (four color CMYK) of #55465e color hex is 0.10, 0.26, 0.00, 0.63. Web safe color of #55465e is #663366. Color #55465e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000110 01011110
Octal 125 106 136
Decimal 85 70 94
Hex 55 46 5E

RGB Percentages of Color #55465e

%34.14
%28.11
%37.75

CMYK Percentages of Color #55465e

%10
%26
%0
%63

Triadic Colors of #55465e

#55465e #5e5546 #465e55

Analogous Colors of #55465e

#55465e #5e465b #49465e

Monochromatic Colors of #55465e

#55465e

Complementary Color

#55465e #4f5e46

#55465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55465e Color CSS Codes

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

#55465e Text Font Color

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

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


#55465e Background Color

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

This div background color is #55465e


#55465e Border Color

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

This div border color is #55465e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,70,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 #55465e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55465e


Comments

No comments written yet.

Please login to write comment.