Color Hex Logo

#5362aa Color Hex

#5362AA
(83,98,170)
0 Favorites   0 Comments

Color spaces of #5362aa

RGB 8398170
HSL0.640.340.50
HSV230°51°67°
CMYK 0.510.420.00   0.33
XYZ15.190713.476639.8308
Yxy13.47660.22180.1967
Hunter Lab36.71059.6195-38.6322
CIE-Lab43.472814.9935-40.4982

#5362aa color RGB value is (83,98,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100010 10101010
Octal 123 142 252
Decimal 83 98 170
Hex 53 62 AA

RGB Percentages of Color #5362aa

%23.65
%27.92
%48.43

CMYK Percentages of Color #5362aa

%51
%42
%0
%33

Triadic Colors of #5362aa

#5362aa #aa5362 #62aa53

Analogous Colors of #5362aa

#5362aa #7053aa #538eaa

Monochromatic Colors of #5362aa

#5362aa

Complementary Color

#5362aa #aa9b53

#5362aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5362aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5362aa Color CSS Codes

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

#5362aa Text Font Color

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

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


#5362aa Background Color

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

This div background color is #5362aa


#5362aa Border Color

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

This div border color is #5362aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5362aa


Comments

No comments written yet.

Please login to write comment.