Color Hex Logo

#5489bf Color Hex

#5489BF
(84,137,191)
0 Favorites   0 Comments

Color spaces of #5489bf

RGB 84137191
HSL0.580.460.54
HSV210°56°75°
CMYK 0.560.280.00   0.25
XYZ22.005823.537752.6736
Yxy23.53770.22410.2396
Hunter Lab48.5157-3.9382-30.4104
CIE-Lab55.6219-1.6931-33.5168

#5489bf color RGB value is (84,137,191).

#5489bf hex color red value is 84, green value is 137 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5489bf hue: 0.58 , saturation: 0.46 and the lightness value of 5489bf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001001 10111111
Octal 124 211 277
Decimal 84 137 191
Hex 54 89 BF

RGB Percentages of Color #5489bf

%20.39
%33.25
%46.36

CMYK Percentages of Color #5489bf

%56
%28
%0
%25

Triadic Colors of #5489bf

#5489bf #bf5489 #89bf54

Analogous Colors of #5489bf

#5489bf #5554bf #54bfbf

Monochromatic Colors of #5489bf

#5489bf

Complementary Color

#5489bf #bf8a54

#5489bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5489bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5489bf Color CSS Codes

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

#5489bf Text Font Color

<p style="color:#5489bf">Text here</p>

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


#5489bf Background Color

<div style="background-color:#5489bf">
Div content here</div>

This div background color is #5489bf


#5489bf Border Color

<div style="border:3px solid #5489bf">
Div here</div>

This div border color is #5489bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,137,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5489bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5489bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5489bf;
  box-shadow:         1px 1px 3px 2px #5489bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5489bf


Comments

No comments written yet.

Please login to write comment.