Color Hex Logo

#5992db Color Hex

#5992DB
(89,146,219)
0 Favorites   0 Comments

Color spaces of #5992db

RGB 89146219
HSL0.590.640.60
HSV214°59°86°
CMYK 0.590.330.00   0.14
XYZ27.184927.796170.9502
Yxy27.79610.21590.2207
Hunter Lab52.7220-0.2241-42.8836
CIE-Lab59.70413.1218-42.8672

#5992db color RGB value is (89,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010010 11011011
Octal 131 222 333
Decimal 89 146 219
Hex 59 92 DB

RGB Percentages of Color #5992db

%19.60
%32.16
%48.24

CMYK Percentages of Color #5992db

%59
%33
%0
%14

Triadic Colors of #5992db

#5992db #db5992 #92db59

Analogous Colors of #5992db

#5992db #6159db #59d3db

Monochromatic Colors of #5992db

#5992db

Complementary Color

#5992db #dba259

#5992db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5992db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5992db Color CSS Codes

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

#5992db Text Font Color

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

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


#5992db Background Color

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

This div background color is #5992db


#5992db Border Color

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

This div border color is #5992db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5992db


Comments

No comments written yet.

Please login to write comment.