Color Hex Logo

#5990ed Color Hex

#5990ED
(89,144,237)
0 Favorites   0 Comments

Color spaces of #5990ed

RGB 89144237
HSL0.600.800.64
HSV218°62°93°
CMYK 0.620.390.00   0.07
XYZ29.379128.184884.0125
Yxy28.18480.20750.1991
Hunter Lab53.08945.8737-56.6623
CIE-Lab60.055310.2428-52.3090

#5990ed color RGB value is (89,144,237).

#5990ed hex color red value is 89, green value is 144 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5990ed hue: 0.60 , saturation: 0.80 and the lightness value of 5990ed is 0.64.

The process color (four color CMYK) of #5990ed color hex is 0.62, 0.39, 0.00, 0.07. Web safe color of #5990ed is #6699ff. Color #5990ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010000 11101101
Octal 131 220 355
Decimal 89 144 237
Hex 59 90 ED

RGB Percentages of Color #5990ed

%18.94
%30.64
%50.43

CMYK Percentages of Color #5990ed

%62
%39
%0
%7

Triadic Colors of #5990ed

#5990ed #ed5990 #90ed59

Analogous Colors of #5990ed

#5990ed #6c59ed #59daed

Monochromatic Colors of #5990ed

#5990ed

Complementary Color

#5990ed #edb659

#5990ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5990ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5990ed Color CSS Codes

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

#5990ed Text Font Color

<p style="color:#5990ed">Text here</p>

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


#5990ed Background Color

<div style="background-color:#5990ed">
Div content here</div>

This div background color is #5990ed


#5990ed Border Color

<div style="border:3px solid #5990ed">
Div here</div>

This div border color is #5990ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,144,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5990ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5990ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5990ed;
  box-shadow:         1px 1px 3px 2px #5990ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,144,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5990ed


Comments

No comments written yet.

Please login to write comment.