Color Hex Logo

#5990d8 Color Hex

#5990D8
(89,144,216)
0 Favorites   0 Comments

Color spaces of #5990d8

RGB 89144216
HSL0.590.620.60
HSV214°59°85°
CMYK 0.590.330.00   0.15
XYZ26.487827.028268.7867
Yxy27.02820.21660.2210
Hunter Lab51.9887-0.0358-42.0551
CIE-Lab59.00043.3145-42.2998

#5990d8 color RGB value is (89,144,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010000 11011000
Octal 131 220 330
Decimal 89 144 216
Hex 59 90 D8

RGB Percentages of Color #5990d8

%19.82
%32.07
%48.11

CMYK Percentages of Color #5990d8

%59
%33
%0
%15

Triadic Colors of #5990d8

#5990d8 #d85990 #90d859

Analogous Colors of #5990d8

#5990d8 #6159d8 #59d0d8

Monochromatic Colors of #5990d8

#5990d8

Complementary Color

#5990d8 #d8a159

#5990d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5990d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5990d8 Color CSS Codes

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

#5990d8 Text Font Color

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

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


#5990d8 Background Color

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

This div background color is #5990d8


#5990d8 Border Color

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

This div border color is #5990d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5990d8


Comments

No comments written yet.

Please login to write comment.