Color Hex Logo

#55779e Color Hex

#55779E
(85,119,158)
0 Favorites   0 Comments

Color spaces of #55779e

RGB 85119158
HSL0.590.300.48
HSV212°46°62°
CMYK 0.460.250.00   0.38
XYZ16.514717.593634.8732
Yxy17.59360.23940.2550
Hunter Lab41.9447-3.1233-19.9329
CIE-Lab48.9994-1.1636-24.7702

#55779e color RGB value is (85,119,158).

#55779e hex color red value is 85, green value is 119 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #55779e hue: 0.59 , saturation: 0.30 and the lightness value of 55779e is 0.48.

The process color (four color CMYK) of #55779e color hex is 0.46, 0.25, 0.00, 0.38. Web safe color of #55779e is #666699. Color #55779e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110111 10011110
Octal 125 167 236
Decimal 85 119 158
Hex 55 77 9E

RGB Percentages of Color #55779e

%23.48
%32.87
%43.65

CMYK Percentages of Color #55779e

%46
%25
%0
%38

Triadic Colors of #55779e

#55779e #9e5577 #779e55

Analogous Colors of #55779e

#55779e #58559e #559c9e

Monochromatic Colors of #55779e

#55779e

Complementary Color

#55779e #9e7c55

#55779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55779e Color CSS Codes

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

#55779e Text Font Color

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

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


#55779e Background Color

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

This div background color is #55779e


#55779e Border Color

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

This div border color is #55779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55779e


Comments

No comments written yet.

Please login to write comment.