Color Hex Logo

#5363ad Color Hex

#5363AD
(83,99,173)
0 Favorites   0 Comments

Color spaces of #5363ad

RGB 8399173
HSL0.640.350.50
HSV229°52°68°
CMYK 0.520.430.00   0.32
XYZ15.571913.779841.3742
Yxy13.77980.22020.1948
Hunter Lab37.12129.9167-40.0982
CIE-Lab43.915515.3363-41.5590

#5363ad color RGB value is (83,99,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100011 10101101
Octal 123 143 255
Decimal 83 99 173
Hex 53 63 AD

RGB Percentages of Color #5363ad

%23.38
%27.89
%48.73

CMYK Percentages of Color #5363ad

%52
%43
%0
%32

Triadic Colors of #5363ad

#5363ad #ad5363 #63ad53

Analogous Colors of #5363ad

#5363ad #7053ad #5390ad

Monochromatic Colors of #5363ad

#5363ad

Complementary Color

#5363ad #ad9d53

#5363ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5363ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5363ad Color CSS Codes

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

#5363ad Text Font Color

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

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


#5363ad Background Color

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

This div background color is #5363ad


#5363ad Border Color

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

This div border color is #5363ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5363ad


Comments

No comments written yet.

Please login to write comment.