Color Hex Logo

#55779a Color Hex

#55779A
(85,119,154)
0 Favorites   0 Comments

Color spaces of #55779a

RGB 85119154
HSL0.580.290.47
HSV210°45°60°
CMYK 0.450.230.00   0.40
XYZ16.175917.458033.0890
Yxy17.45800.24240.2616
Hunter Lab41.7828-4.0149-17.7055
CIE-Lab48.8320-2.3631-22.6842

#55779a color RGB value is (85,119,154).

#55779a hex color red value is 85, green value is 119 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #55779a hue: 0.58 , saturation: 0.29 and the lightness value of 55779a is 0.47.

The process color (four color CMYK) of #55779a color hex is 0.45, 0.23, 0.00, 0.40. Web safe color of #55779a is #666699. Color #55779a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110111 10011010
Octal 125 167 232
Decimal 85 119 154
Hex 55 77 9A

RGB Percentages of Color #55779a

%23.74
%33.24
%43.02

CMYK Percentages of Color #55779a

%45
%23
%0
%40

Triadic Colors of #55779a

#55779a #9a5577 #779a55

Analogous Colors of #55779a

#55779a #56559a #559a9a

Monochromatic Colors of #55779a

#55779a

Complementary Color

#55779a #9a7855

#55779a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55779a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55779a Color CSS Codes

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

#55779a Text Font Color

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

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


#55779a Background Color

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

This div background color is #55779a


#55779a Border Color

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

This div border color is #55779a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55779a


Comments

No comments written yet.

Please login to write comment.