Color Hex Logo

#5360ad Color Hex

#5360AD
(83,96,173)
0 Favorites   0 Comments

Color spaces of #5360ad

RGB 8396173
HSL0.640.350.50
HSV231°52°68°
CMYK 0.520.450.00   0.32
XYZ15.293013.221941.2812
Yxy13.22190.21910.1894
Hunter Lab36.361911.4397-41.8578
CIE-Lab43.095717.2265-42.8638

#5360ad color RGB value is (83,96,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100000 10101101
Octal 123 140 255
Decimal 83 96 173
Hex 53 60 AD

RGB Percentages of Color #5360ad

%23.58
%27.27
%49.15

CMYK Percentages of Color #5360ad

%52
%45
%0
%32

Triadic Colors of #5360ad

#5360ad #ad5360 #60ad53

Analogous Colors of #5360ad

#5360ad #7353ad #538dad

Monochromatic Colors of #5360ad

#5360ad

Complementary Color

#5360ad #ada053

#5360ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5360ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5360ad Color CSS Codes

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

#5360ad Text Font Color

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

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


#5360ad Background Color

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

This div background color is #5360ad


#5360ad Border Color

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

This div border color is #5360ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5360ad


Comments

No comments written yet.

Please login to write comment.