Color Hex Logo

#5354aa Color Hex

#5354AA
(83,84,170)
0 Favorites   0 Comments

Color spaces of #5354aa

RGB 8384170
HSL0.660.340.50
HSV239°51°67°
CMYK 0.510.510.00   0.33
XYZ13.993311.081939.4317
Yxy11.08190.21690.1718
Hunter Lab33.289516.7762-46.9269
CIE-Lab39.718123.8521-46.4924

#5354aa color RGB value is (83,84,170).

#5354aa hex color red value is 83, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5354aa hue: 0.66 , saturation: 0.34 and the lightness value of 5354aa is 0.50.

The process color (four color CMYK) of #5354aa color hex is 0.51, 0.51, 0.00, 0.33. Web safe color of #5354aa is #666699. Color #5354aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010100 10101010
Octal 123 124 252
Decimal 83 84 170
Hex 53 54 AA

RGB Percentages of Color #5354aa

%24.63
%24.93
%50.45

CMYK Percentages of Color #5354aa

%51
%51
%0
%33

Triadic Colors of #5354aa

#5354aa #aa5354 #54aa53

Analogous Colors of #5354aa

#5354aa #7e53aa #5380aa

Monochromatic Colors of #5354aa

#5354aa

Complementary Color

#5354aa #aaa953

#5354aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5354aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5354aa Color CSS Codes

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

#5354aa Text Font Color

<p style="color:#5354aa">Text here</p>

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


#5354aa Background Color

<div style="background-color:#5354aa">
Div content here</div>

This div background color is #5354aa


#5354aa Border Color

<div style="border:3px solid #5354aa">
Div here</div>

This div border color is #5354aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,84,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5354aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5354aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5354aa;
  box-shadow:         1px 1px 3px 2px #5354aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5354aa


Comments

No comments written yet.

Please login to write comment.