Color Hex Logo

#5389bd Color Hex

#5389BD
(83,137,189)
0 Favorites   0 Comments

Color spaces of #5389bd

RGB 83137189
HSL0.580.450.53
HSV209°56°74°
CMYK 0.560.280.00   0.26
XYZ21.698223.404451.5180
Yxy23.40440.22460.2422
Hunter Lab48.3781-4.6021-29.2735
CIE-Lab55.4865-2.5465-32.5937

#5389bd color RGB value is (83,137,189).

#5389bd hex color red value is 83, green value is 137 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5389bd hue: 0.58 , saturation: 0.45 and the lightness value of 5389bd is 0.53.

The process color (four color CMYK) of #5389bd color hex is 0.56, 0.28, 0.00, 0.26. Web safe color of #5389bd is #6699cc. Color #5389bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001001 10111101
Octal 123 211 275
Decimal 83 137 189
Hex 53 89 BD

RGB Percentages of Color #5389bd

%20.29
%33.50
%46.21

CMYK Percentages of Color #5389bd

%56
%28
%0
%26

Triadic Colors of #5389bd

#5389bd #bd5389 #89bd53

Analogous Colors of #5389bd

#5389bd #5354bd #53bdbc

Monochromatic Colors of #5389bd

#5389bd

Complementary Color

#5389bd #bd8753

#5389bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5389bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5389bd Color CSS Codes

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

#5389bd Text Font Color

<p style="color:#5389bd">Text here</p>

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


#5389bd Background Color

<div style="background-color:#5389bd">
Div content here</div>

This div background color is #5389bd


#5389bd Border Color

<div style="border:3px solid #5389bd">
Div here</div>

This div border color is #5389bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,137,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5389bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5389bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5389bd;
  box-shadow:         1px 1px 3px 2px #5389bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5389bd


Comments

No comments written yet.

Please login to write comment.