Color Hex Logo

#53778d Color Hex

#53778D
(83,119,141)
0 Favorites   0 Comments

Color spaces of #53778d

RGB 83119141
HSL0.560.260.44
HSV203°41°55°
CMYK 0.410.160.00   0.45
XYZ14.971816.955727.6830
Yxy16.95570.25120.2844
Hunter Lab41.1773-7.1588-11.0358
CIE-Lab48.2042-6.7101-16.0044

#53778d color RGB value is (83,119,141).

#53778d hex color red value is 83, green value is 119 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #53778d hue: 0.56 , saturation: 0.26 and the lightness value of 53778d is 0.44.

The process color (four color CMYK) of #53778d color hex is 0.41, 0.16, 0.00, 0.45. Web safe color of #53778d is #666699. Color #53778d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110111 10001101
Octal 123 167 215
Decimal 83 119 141
Hex 53 77 8D

RGB Percentages of Color #53778d

%24.20
%34.69
%41.11

CMYK Percentages of Color #53778d

%41
%16
%0
%45

Triadic Colors of #53778d

#53778d #8d5377 #778d53

Analogous Colors of #53778d

#53778d #535a8d #538d86

Monochromatic Colors of #53778d

#53778d

Complementary Color

#53778d #8d6953

#53778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53778d Color CSS Codes

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

#53778d Text Font Color

<p style="color:#53778d">Text here</p>

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


#53778d Background Color

<div style="background-color:#53778d">
Div content here</div>

This div background color is #53778d


#53778d Border Color

<div style="border:3px solid #53778d">
Div here</div>

This div border color is #53778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53778d


Comments

No comments written yet.

Please login to write comment.