Color Hex Logo

#5889db Color Hex

#5889DB
(88,137,219)
1 Favorites   0 Comments

Color spaces of #5889db

RGB 88137219
HSL0.600.650.60
HSV218°60°86°
CMYK 0.600.370.00   0.14
XYZ25.756325.080570.5013
Yxy25.08050.21230.2067
Hunter Lab50.08044.1615-48.4099
CIE-Lab57.15388.2397-46.8979

#5889db color RGB value is (88,137,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001001 11011011
Octal 130 211 333
Decimal 88 137 219
Hex 58 89 DB

RGB Percentages of Color #5889db

%19.82
%30.86
%49.32

CMYK Percentages of Color #5889db

%60
%37
%0
%14

Triadic Colors of #5889db

#5889db #db5889 #89db58

Analogous Colors of #5889db

#5889db #6958db #58cbdb

Monochromatic Colors of #5889db

#5889db

Complementary Color

#5889db #dbaa58

#5889db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5889db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5889db Color CSS Codes

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

#5889db Text Font Color

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

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


#5889db Background Color

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

This div background color is #5889db


#5889db Border Color

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

This div border color is #5889db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5889db


Comments

No comments written yet.

Please login to write comment.