Color Hex Logo

#55576a Color Hex

#55576A
(85,87,106)
0 Favorites   0 Comments

Color spaces of #55576a

RGB 8587106
HSL0.650.110.37
HSV234°20°42°
CMYK 0.200.180.00   0.58
XYZ9.75609.788315.0108
Yxy9.78830.28230.2833
Hunter Lab31.28630.9107-6.5463
CIE-Lab37.45983.6770-11.1464

#55576a color RGB value is (85,87,106).

#55576a hex color red value is 85, green value is 87 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #55576a hue: 0.65 , saturation: 0.11 and the lightness value of 55576a is 0.37.

The process color (four color CMYK) of #55576a color hex is 0.20, 0.18, 0.00, 0.58. Web safe color of #55576a is #666666. Color #55576a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 01101010
Octal 125 127 152
Decimal 85 87 106
Hex 55 57 6A

RGB Percentages of Color #55576a

%30.58
%31.29
%38.13

CMYK Percentages of Color #55576a

%20
%18
%0
%58

Triadic Colors of #55576a

#55576a #6a5557 #576a55

Analogous Colors of #55576a

#55576a #5e556a #55626a

Monochromatic Colors of #55576a

#55576a

Complementary Color

#55576a #6a6855

#55576a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55576a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55576a Color CSS Codes

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

#55576a Text Font Color

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

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


#55576a Background Color

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

This div background color is #55576a


#55576a Border Color

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

This div border color is #55576a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55576a


Comments

No comments written yet.

Please login to write comment.