Color Hex Logo

#5989da Color Hex

#5989DA
(89,137,218)
0 Favorites   0 Comments

Color spaces of #5989da

RGB 89137218
HSL0.600.640.60
HSV218°59°85°
CMYK 0.590.370.00   0.15
XYZ25.720425.077169.8144
Yxy25.07710.21320.2079
Hunter Lab50.07704.0457-47.6046
CIE-Lab57.15058.1035-46.3398

#5989da color RGB value is (89,137,218).

#5989da hex color red value is 89, green value is 137 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5989da hue: 0.60 , saturation: 0.64 and the lightness value of 5989da is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001001 11011010
Octal 131 211 332
Decimal 89 137 218
Hex 59 89 DA

RGB Percentages of Color #5989da

%20.05
%30.86
%49.10

CMYK Percentages of Color #5989da

%59
%37
%0
%15

Triadic Colors of #5989da

#5989da #da5989 #89da59

Analogous Colors of #5989da

#5989da #6a59da #59cada

Monochromatic Colors of #5989da

#5989da

Complementary Color

#5989da #daaa59

#5989da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5989da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5989da Color CSS Codes

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

#5989da Text Font Color

<p style="color:#5989da">Text here</p>

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


#5989da Background Color

<div style="background-color:#5989da">
Div content here</div>

This div background color is #5989da


#5989da Border Color

<div style="border:3px solid #5989da">
Div here</div>

This div border color is #5989da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,137,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5989da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5989da;
  -webkit-box-shadow: 1px 1px 3px 2px #5989da;
  box-shadow:         1px 1px 3px 2px #5989da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5989da


Comments

No comments written yet.

Please login to write comment.