Color Hex Logo

#53779e Color Hex

#53779E
(83,119,158)
0 Favorites   0 Comments

Color spaces of #53779e

RGB 83119158
HSL0.590.310.47
HSV211°47°62°
CMYK 0.470.250.00   0.38
XYZ16.335717.501334.8649
Yxy17.50130.23780.2547
Hunter Lab41.8346-3.5092-20.1281
CIE-Lab48.8856-1.6845-24.9556

#53779e color RGB value is (83,119,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110111 10011110
Octal 123 167 236
Decimal 83 119 158
Hex 53 77 9E

RGB Percentages of Color #53779e

%23.06
%33.06
%43.89

CMYK Percentages of Color #53779e

%47
%25
%0
%38

Triadic Colors of #53779e

#53779e #9e5377 #779e53

Analogous Colors of #53779e

#53779e #55539e #539d9e

Monochromatic Colors of #53779e

#53779e

Complementary Color

#53779e #9e7a53

#53779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53779e Color CSS Codes

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

#53779e Text Font Color

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

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


#53779e Background Color

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

This div background color is #53779e


#53779e Border Color

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

This div border color is #53779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53779e


Comments

No comments written yet.

Please login to write comment.