Color Hex Logo

#55575a Color Hex

#55575A
(85,87,90)
0 Favorites   0 Comments

Color spaces of #55575a

RGB 858790
HSL0.600.030.34
HSV216°35°
CMYK 0.060.030.00   0.65
XYZ9.00009.485911.0295
Yxy9.48590.30490.3214
Hunter Lab30.7992-1.73810.3271
CIE-Lab36.9035-0.1355-2.0185

#55575a color RGB value is (85,87,90).

#55575a hex color red value is 85, green value is 87 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #55575a hue: 0.60 , saturation: 0.03 and the lightness value of 55575a is 0.34.

The process color (four color CMYK) of #55575a color hex is 0.06, 0.03, 0.00, 0.65. Web safe color of #55575a is #666666. Color #55575a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 01011010
Octal 125 127 132
Decimal 85 87 90
Hex 55 57 5A

RGB Percentages of Color #55575a

%32.44
%33.21
%34.35

CMYK Percentages of Color #55575a

%6
%3
%0
%65

Triadic Colors of #55575a

#55575a #5a5557 #575a55

Analogous Colors of #55575a

#55575a #56555a #555a5a

Monochromatic Colors of #55575a

#55575a

Complementary Color

#55575a #5a5855

#55575a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55575a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55575a Color CSS Codes

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

#55575a Text Font Color

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

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


#55575a Background Color

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

This div background color is #55575a


#55575a Border Color

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

This div border color is #55575a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55575a


Comments

No comments written yet.

Please login to write comment.