Color Hex Logo

#53679a Color Hex

#53679A
(83,103,154)
0 Favorites   0 Comments

Color spaces of #53679a

RGB 83103154
HSL0.620.300.46
HSV223°46°60°
CMYK 0.460.330.00   0.40
XYZ14.250313.872632.4985
Yxy13.87260.23510.2288
Hunter Lab37.24593.1137-25.6606
CIE-Lab44.04976.7879-30.1249

#53679a color RGB value is (83,103,154).

#53679a hex color red value is 83, green value is 103 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #53679a hue: 0.62 , saturation: 0.30 and the lightness value of 53679a is 0.46.

The process color (four color CMYK) of #53679a color hex is 0.46, 0.33, 0.00, 0.40. Web safe color of #53679a is #666699. Color #53679a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100111 10011010
Octal 123 147 232
Decimal 83 103 154
Hex 53 67 9A

RGB Percentages of Color #53679a

%24.41
%30.29
%45.29

CMYK Percentages of Color #53679a

%46
%33
%0
%40

Triadic Colors of #53679a

#53679a #9a5367 #679a53

Analogous Colors of #53679a

#53679a #63539a #538b9a

Monochromatic Colors of #53679a

#53679a

Complementary Color

#53679a #9a8653

#53679a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53679a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53679a Color CSS Codes

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

#53679a Text Font Color

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

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


#53679a Background Color

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

This div background color is #53679a


#53679a Border Color

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

This div border color is #53679a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53679a


Comments

No comments written yet.

Please login to write comment.