Color Hex Logo

#5773bf Color Hex

#5773BF
(87,115,191)
0 Favorites   0 Comments

Color spaces of #5773bf

RGB 87115191
HSL0.620.450.55
HSV224°54°75°
CMYK 0.540.400.00   0.25
XYZ19.465218.049351.7482
Yxy18.04930.21810.2022
Hunter Lab42.48457.4359-42.4790
CIE-Lab49.555812.1521-43.0507

#5773bf color RGB value is (87,115,191).

#5773bf hex color red value is 87, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5773bf hue: 0.62 , saturation: 0.45 and the lightness value of 5773bf is 0.55.

The process color (four color CMYK) of #5773bf color hex is 0.54, 0.40, 0.00, 0.25. Web safe color of #5773bf is #6666cc. Color #5773bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110011 10111111
Octal 127 163 277
Decimal 87 115 191
Hex 57 73 BF

RGB Percentages of Color #5773bf

%22.14
%29.26
%48.60

CMYK Percentages of Color #5773bf

%54
%40
%0
%25

Triadic Colors of #5773bf

#5773bf #bf5773 #73bf57

Analogous Colors of #5773bf

#5773bf #6f57bf #57a7bf

Monochromatic Colors of #5773bf

#5773bf

Complementary Color

#5773bf #bfa357

#5773bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5773bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5773bf Color CSS Codes

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

#5773bf Text Font Color

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

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


#5773bf Background Color

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

This div background color is #5773bf


#5773bf Border Color

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

This div border color is #5773bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5773bf

#5773bf Color Palettes


Comments

No comments written yet.

Please login to write comment.