Color Hex Logo

#55717e Color Hex

#55717E
(85,113,126)
0 Favorites   0 Comments

Color spaces of #55717e

RGB 85113126
HSL0.550.190.41
HSV199°33°49°
CMYK 0.330.100.00   0.51
XYZ13.417315.247921.9746
Yxy15.24790.26500.3011
Hunter Lab39.0486-7.0014-6.0315
CIE-Lab45.9719-6.7774-10.4661

#55717e color RGB value is (85,113,126).

#55717e hex color red value is 85, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #55717e hue: 0.55 , saturation: 0.19 and the lightness value of 55717e is 0.41.

The process color (four color CMYK) of #55717e color hex is 0.33, 0.10, 0.00, 0.51. Web safe color of #55717e is #666666. Color #55717e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 01111110
Octal 125 161 176
Decimal 85 113 126
Hex 55 71 7E

RGB Percentages of Color #55717e

%26.23
%34.88
%38.89

CMYK Percentages of Color #55717e

%33
%10
%0
%51

Triadic Colors of #55717e

#55717e #7e5571 #717e55

Analogous Colors of #55717e

#55717e #555d7e #557e77

Monochromatic Colors of #55717e

#55717e

Complementary Color

#55717e #7e6255

#55717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55717e Color CSS Codes

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

#55717e Text Font Color

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

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


#55717e Background Color

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

This div background color is #55717e


#55717e Border Color

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

This div border color is #55717e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55717e


Comments

No comments written yet.

Please login to write comment.