Color Hex Logo

#53798e Color Hex

#53798E
(83,121,142)
0 Favorites   0 Comments

Color spaces of #53798e

RGB 83121142
HSL0.560.260.44
HSV201°42°56°
CMYK 0.420.150.00   0.44
XYZ15.287117.466728.1569
Yxy17.46670.25100.2868
Hunter Lab41.7932-7.8464-10.6896
CIE-Lab48.8428-7.5803-15.6223

#53798e color RGB value is (83,121,142).

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

The process color (four color CMYK) of #53798e color hex is 0.42, 0.15, 0.00, 0.44. Web safe color of #53798e is #666699. Color #53798e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111001 10001110
Octal 123 171 216
Decimal 83 121 142
Hex 53 79 8E

RGB Percentages of Color #53798e

%23.99
%34.97
%41.04

CMYK Percentages of Color #53798e

%42
%15
%0
%44

Triadic Colors of #53798e

#53798e #8e5379 #798e53

Analogous Colors of #53798e

#53798e #535b8e #538e86

Monochromatic Colors of #53798e

#53798e

Complementary Color

#53798e #8e6853

#53798e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53798e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53798e Color CSS Codes

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

#53798e Text Font Color

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

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


#53798e Background Color

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

This div background color is #53798e


#53798e Border Color

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

This div border color is #53798e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53798e


Comments

No comments written yet.

Please login to write comment.