Color Hex Logo

#5977db Color Hex

#5977DB
(89,119,219)
0 Favorites   0 Comments

Color spaces of #5977db

RGB 89119219
HSL0.630.640.60
HSV226°59°86°
CMYK 0.590.460.00   0.14
XYZ23.502820.432069.7229
Yxy20.43200.20680.1798
Hunter Lab45.201813.7085-59.8125
CIE-Lab52.322219.3398-54.5891

#5977db color RGB value is (89,119,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110111 11011011
Octal 131 167 333
Decimal 89 119 219
Hex 59 77 DB

RGB Percentages of Color #5977db

%20.84
%27.87
%51.29

CMYK Percentages of Color #5977db

%59
%46
%0
%14

Triadic Colors of #5977db

#5977db #db5977 #77db59

Analogous Colors of #5977db

#5977db #7c59db #59b8db

Monochromatic Colors of #5977db

#5977db

Complementary Color

#5977db #dbbd59

#5977db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5977db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5977db Color CSS Codes

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

#5977db Text Font Color

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

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


#5977db Background Color

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

This div background color is #5977db


#5977db Border Color

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

This div border color is #5977db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,119,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 #5977db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5977db


Comments

No comments written yet.

Please login to write comment.