Color Hex Logo

#5773bb Color Hex

#5773BB
(87,115,187)
0 Favorites   0 Comments

Color spaces of #5773bb

RGB 87115187
HSL0.620.420.54
HSV223°53°73°
CMYK 0.530.390.00   0.27
XYZ19.030917.875649.4610
Yxy17.87560.22030.2070
Hunter Lab42.27956.3573-39.7651
CIE-Lab49.344910.8530-41.0802

#5773bb color RGB value is (87,115,187).

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

The process color (four color CMYK) of #5773bb color hex is 0.53, 0.39, 0.00, 0.27. Web safe color of #5773bb is #6666cc. Color #5773bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110011 10111011
Octal 127 163 273
Decimal 87 115 187
Hex 57 73 BB

RGB Percentages of Color #5773bb

%22.37
%29.56
%48.07

CMYK Percentages of Color #5773bb

%53
%39
%0
%27

Triadic Colors of #5773bb

#5773bb #bb5773 #73bb57

Analogous Colors of #5773bb

#5773bb #6d57bb #57a5bb

Monochromatic Colors of #5773bb

#5773bb

Complementary Color

#5773bb #bb9f57

#5773bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5773bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5773bb Color CSS Codes

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

#5773bb Text Font Color

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

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


#5773bb Background Color

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

This div background color is #5773bb


#5773bb Border Color

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

This div border color is #5773bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5773bb


Comments

No comments written yet.

Please login to write comment.