Color Hex Logo

#5359cd Color Hex

#5359CD
(83,89,205)
0 Favorites   0 Comments

Color spaces of #5359cd

RGB 8389205
HSL0.660.550.56
HSV237°60°80°
CMYK 0.600.570.00   0.20
XYZ18.159113.391559.3853
Yxy13.39150.19970.1473
Hunter Lab36.594424.5362-70.5996
CIE-Lab43.347332.1680-61.0837

#5359cd color RGB value is (83,89,205).

#5359cd hex color red value is 83, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5359cd hue: 0.66 , saturation: 0.55 and the lightness value of 5359cd is 0.56.

The process color (four color CMYK) of #5359cd color hex is 0.60, 0.57, 0.00, 0.20. Web safe color of #5359cd is #6666cc. Color #5359cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011001 11001101
Octal 123 131 315
Decimal 83 89 205
Hex 53 59 CD

RGB Percentages of Color #5359cd

%22.02
%23.61
%54.38

CMYK Percentages of Color #5359cd

%60
%57
%0
%20

Triadic Colors of #5359cd

#5359cd #cd5359 #59cd53

Analogous Colors of #5359cd

#5359cd #8a53cd #5396cd

Monochromatic Colors of #5359cd

#5359cd

Complementary Color

#5359cd #cdc753

#5359cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5359cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5359cd Color CSS Codes

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

#5359cd Text Font Color

<p style="color:#5359cd">Text here</p>

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


#5359cd Background Color

<div style="background-color:#5359cd">
Div content here</div>

This div background color is #5359cd


#5359cd Border Color

<div style="border:3px solid #5359cd">
Div here</div>

This div border color is #5359cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,89,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5359cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5359cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5359cd;
  box-shadow:         1px 1px 3px 2px #5359cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5359cd


Comments

No comments written yet.

Please login to write comment.