Color Hex Logo

#5773db Color Hex

#5773DB
(87,115,219)
0 Favorites   0 Comments

Color spaces of #5773db

RGB 87115219
HSL0.630.650.60
HSV227°60°86°
CMYK 0.600.470.00   0.14
XYZ22.847419.402269.5586
Yxy19.40220.20430.1735
Hunter Lab44.047915.5030-62.7947
CIE-Lab51.154521.4282-56.4668

#5773db color RGB value is (87,115,219).

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

The process color (four color CMYK) of #5773db color hex is 0.60, 0.47, 0.00, 0.14. Web safe color of #5773db is #6666cc. Color #5773db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110011 11011011
Octal 127 163 333
Decimal 87 115 219
Hex 57 73 DB

RGB Percentages of Color #5773db

%20.67
%27.32
%52.02

CMYK Percentages of Color #5773db

%60
%47
%0
%14

Triadic Colors of #5773db

#5773db #db5773 #73db57

Analogous Colors of #5773db

#5773db #7d57db #57b5db

Monochromatic Colors of #5773db

#5773db

Complementary Color

#5773db #dbbf57

#5773db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5773db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5773db Color CSS Codes

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

#5773db Text Font Color

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

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


#5773db Background Color

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

This div background color is #5773db


#5773db Border Color

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

This div border color is #5773db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5773db


Comments

No comments written yet.

Please login to write comment.