Color Hex Logo

#5363ae Color Hex

#5363AE
(83,99,174)
0 Favorites   0 Comments

Color spaces of #5363ae

RGB 8399174
HSL0.640.360.50
HSV229°52°68°
CMYK 0.520.430.00   0.32
XYZ15.669113.818741.8858
Yxy13.81870.21950.1936
Hunter Lab37.173510.1863-40.7844
CIE-Lab43.971815.6616-42.0566

#5363ae color RGB value is (83,99,174).

#5363ae hex color red value is 83, green value is 99 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5363ae hue: 0.64 , saturation: 0.36 and the lightness value of 5363ae is 0.50.

The process color (four color CMYK) of #5363ae color hex is 0.52, 0.43, 0.00, 0.32. Web safe color of #5363ae is #666699. Color #5363ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100011 10101110
Octal 123 143 256
Decimal 83 99 174
Hex 53 63 AE

RGB Percentages of Color #5363ae

%23.31
%27.81
%48.88

CMYK Percentages of Color #5363ae

%52
%43
%0
%32

Triadic Colors of #5363ae

#5363ae #ae5363 #63ae53

Analogous Colors of #5363ae

#5363ae #7153ae #5391ae

Monochromatic Colors of #5363ae

#5363ae

Complementary Color

#5363ae #ae9e53

#5363ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5363ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5363ae Color CSS Codes

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

#5363ae Text Font Color

<p style="color:#5363ae">Text here</p>

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


#5363ae Background Color

<div style="background-color:#5363ae">
Div content here</div>

This div background color is #5363ae


#5363ae Border Color

<div style="border:3px solid #5363ae">
Div here</div>

This div border color is #5363ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,99,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5363ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5363ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5363ae;
  box-shadow:         1px 1px 3px 2px #5363ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5363ae


Comments

No comments written yet.

Please login to write comment.