Color Hex Logo

#55335d Color Hex

#55335D
(85,51,93)
0 Favorites   0 Comments

Color spaces of #55335d

RGB 855193
HSL0.800.290.28
HSV289°45°36°
CMYK 0.090.450.00   0.64
XYZ6.90595.089310.9743
Yxy5.08930.30070.2216
Hunter Lab22.559515.1633-13.0506
CIE-Lab26.987723.3481-18.9589

#55335d color RGB value is (85,51,93).

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

The process color (four color CMYK) of #55335d color hex is 0.09, 0.45, 0.00, 0.64. Web safe color of #55335d is #663366. Color #55335d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110011 01011101
Octal 125 63 135
Decimal 85 51 93
Hex 55 33 5D

RGB Percentages of Color #55335d

%37.12
%22.27
%40.61

CMYK Percentages of Color #55335d

%9
%45
%0
%64

Triadic Colors of #55335d

#55335d #5d5533 #335d55

Analogous Colors of #55335d

#55335d #5d3350 #40335d

Monochromatic Colors of #55335d

#55335d

Complementary Color

#55335d #3b5d33

#55335d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55335d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55335d Color CSS Codes

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

#55335d Text Font Color

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

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


#55335d Background Color

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

This div background color is #55335d


#55335d Border Color

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

This div border color is #55335d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55335d


Comments

No comments written yet.

Please login to write comment.