Color Hex Logo

#55355e Color Hex

#55355E
(85,53,94)
0 Favorites   0 Comments

Color spaces of #55355e

RGB 855394
HSL0.800.280.29
HSV287°44°37°
CMYK 0.100.440.00   0.63
XYZ7.03985.285711.2389
Yxy5.28570.29870.2243
Hunter Lab22.990714.4236-12.8903
CIE-Lab27.533722.3345-18.7596

#55355e color RGB value is (85,53,94).

#55355e hex color red value is 85, green value is 53 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #55355e hue: 0.80 , saturation: 0.28 and the lightness value of 55355e is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110101 01011110
Octal 125 65 136
Decimal 85 53 94
Hex 55 35 5E

RGB Percentages of Color #55355e

%36.64
%22.84
%40.52

CMYK Percentages of Color #55355e

%10
%44
%0
%63

Triadic Colors of #55355e

#55355e #5e5535 #355e55

Analogous Colors of #55355e

#55355e #5e3553 #41355e

Monochromatic Colors of #55355e

#55355e

Complementary Color

#55355e #3e5e35

#55355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55355e Color CSS Codes

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

#55355e Text Font Color

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

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


#55355e Background Color

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

This div background color is #55355e


#55355e Border Color

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

This div border color is #55355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55355e

#55355e Color Palettes


Comments

No comments written yet.

Please login to write comment.