Color Hex Logo

#5990fb Color Hex

#5990FB
(89,144,251)
0 Favorites   0 Comments

Color spaces of #5990fb

RGB 89144251
HSL0.610.950.67
HSV220°65°98°
CMYK 0.650.430.00   0.02
XYZ31.505729.035495.2107
Yxy29.03540.20230.1864
Hunter Lab53.884510.0692-67.0427
CIE-Lab60.812914.9453-58.8157

#5990fb color RGB value is (89,144,251).

#5990fb hex color red value is 89, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5990fb hue: 0.61 , saturation: 0.95 and the lightness value of 5990fb is 0.67.

The process color (four color CMYK) of #5990fb color hex is 0.65, 0.43, 0.00, 0.02. Web safe color of #5990fb is #6699ff. Color #5990fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010000 11111011
Octal 131 220 373
Decimal 89 144 251
Hex 59 90 FB

RGB Percentages of Color #5990fb

%18.39
%29.75
%51.86

CMYK Percentages of Color #5990fb

%65
%43
%0
%2

Triadic Colors of #5990fb

#5990fb #fb5990 #90fb59

Analogous Colors of #5990fb

#5990fb #7359fb #59e1fb

Monochromatic Colors of #5990fb

#5990fb

Complementary Color

#5990fb #fbc459

#5990fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5990fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5990fb Color CSS Codes

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

#5990fb Text Font Color

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

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


#5990fb Background Color

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

This div background color is #5990fb


#5990fb Border Color

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

This div border color is #5990fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5990fb


Comments

No comments written yet.

Please login to write comment.