Color Hex Logo

#554955 Color Hex

#554955
(85,73,85)
0 Favorites   0 Comments

Color spaces of #554955

RGB 857385
HSL0.830.080.31
HSV300°14°33°
CMYK 0.000.140.00   0.67
XYZ7.76857.35239.6040
Yxy7.35230.31420.2974
Hunter Lab27.11513.6889-2.0195
CIE-Lab32.59587.5235-5.2422

#554955 color RGB value is (85,73,85).

#554955 hex color red value is 85, green value is 73 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #554955 hue: 0.83 , saturation: 0.08 and the lightness value of 554955 is 0.31.

The process color (four color CMYK) of #554955 color hex is 0.00, 0.14, 0.00, 0.67. Web safe color of #554955 is #663366. Color #554955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 01010101
Octal 125 111 125
Decimal 85 73 85
Hex 55 49 55

RGB Percentages of Color #554955

%34.98
%30.04
%34.98

CMYK Percentages of Color #554955

%0
%14
%0
%67

Triadic Colors of #554955

#554955 #555549 #495555

Analogous Colors of #554955

#554955 #55494f #4f4955

Monochromatic Colors of #554955

#554955

Complementary Color

#554955 #495549

#554955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554955 Color CSS Codes

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

#554955 Text Font Color

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

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


#554955 Background Color

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

This div background color is #554955


#554955 Border Color

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

This div border color is #554955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554955


Comments

No comments written yet.

Please login to write comment.