Color Hex Logo

#5773d1 Color Hex

#5773D1
(87,115,209)
0 Favorites   0 Comments

Color spaces of #5773d1

RGB 87115209
HSL0.630.570.58
HSV226°58°82°
CMYK 0.580.450.00   0.18
XYZ21.569818.891262.8311
Yxy18.89120.20880.1829
Hunter Lab43.464012.5218-55.2842
CIE-Lab50.559718.0857-51.7499

#5773d1 color RGB value is (87,115,209).

#5773d1 hex color red value is 87, green value is 115 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #5773d1 hue: 0.63 , saturation: 0.57 and the lightness value of 5773d1 is 0.58.

The process color (four color CMYK) of #5773d1 color hex is 0.58, 0.45, 0.00, 0.18. Web safe color of #5773d1 is #6666cc. Color #5773d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110011 11010001
Octal 127 163 321
Decimal 87 115 209
Hex 57 73 D1

RGB Percentages of Color #5773d1

%21.17
%27.98
%50.85

CMYK Percentages of Color #5773d1

%58
%45
%0
%18

Triadic Colors of #5773d1

#5773d1 #d15773 #73d157

Analogous Colors of #5773d1

#5773d1 #7857d1 #57b0d1

Monochromatic Colors of #5773d1

#5773d1

Complementary Color

#5773d1 #d1b557

#5773d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5773d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5773d1 Color CSS Codes

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

#5773d1 Text Font Color

<p style="color:#5773d1">Text here</p>

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


#5773d1 Background Color

<div style="background-color:#5773d1">
Div content here</div>

This div background color is #5773d1


#5773d1 Border Color

<div style="border:3px solid #5773d1">
Div here</div>

This div border color is #5773d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,115,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5773d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5773d1;
  -webkit-box-shadow: 1px 1px 3px 2px #5773d1;
  box-shadow:         1px 1px 3px 2px #5773d1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,115,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5773d1


Comments

No comments written yet.

Please login to write comment.