Color Hex Logo

#55707e Color Hex

#55707E
(85,112,126)
0 Favorites   0 Comments

Color spaces of #55707e

RGB 85112126
HSL0.560.190.41
HSV200°33°49°
CMYK 0.330.110.00   0.51
XYZ13.306415.026021.9376
Yxy15.02600.26470.2989
Hunter Lab38.7634-6.5618-6.4200
CIE-Lab45.6698-6.1945-10.9210

#55707e color RGB value is (85,112,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110000 01111110
Octal 125 160 176
Decimal 85 112 126
Hex 55 70 7E

RGB Percentages of Color #55707e

%26.32
%34.67
%39.01

CMYK Percentages of Color #55707e

%33
%11
%0
%51

Triadic Colors of #55707e

#55707e #7e5570 #707e55

Analogous Colors of #55707e

#55707e #555b7e #557e78

Monochromatic Colors of #55707e

#55707e

Complementary Color

#55707e #7e6355

#55707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55707e Color CSS Codes

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

#55707e Text Font Color

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

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


#55707e Background Color

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

This div background color is #55707e


#55707e Border Color

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

This div border color is #55707e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,112,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 #55707e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55707e


Comments

No comments written yet.

Please login to write comment.