Color Hex Logo

#55514c Color Hex

#55514C
(85,81,76)
0 Favorites   0 Comments

Color spaces of #55514c

RGB 858176
HSL0.090.060.32
HSV33°11°33°
CMYK 0.000.050.11   0.67
XYZ7.99328.33808.0256
Yxy8.33800.32820.3423
Hunter Lab28.8756-1.12083.7340
CIE-Lab34.67710.62463.5180

#55514c color RGB value is (85,81,76).

#55514c hex color red value is 85, green value is 81 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #55514c hue: 0.09 , saturation: 0.06 and the lightness value of 55514c is 0.32.

The process color (four color CMYK) of #55514c color hex is 0.00, 0.05, 0.11, 0.67. Web safe color of #55514c is #666633. Color #55514c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010001 01001100
Octal 125 121 114
Decimal 85 81 76
Hex 55 51 4C

RGB Percentages of Color #55514c

%35.12
%33.47
%31.40

CMYK Percentages of Color #55514c

%0
%5
%11
%67

Triadic Colors of #55514c

#55514c #4c5551 #514c55

Analogous Colors of #55514c

#55514c #55554c #554d4c

Monochromatic Colors of #55514c

#55514c

Complementary Color

#55514c #4c5055

#55514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55514c Color CSS Codes

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

#55514c Text Font Color

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

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


#55514c Background Color

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

This div background color is #55514c


#55514c Border Color

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

This div border color is #55514c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55514c


Comments

No comments written yet.

Please login to write comment.