Color Hex Logo

#5491bf Color Hex

#5491BF
(84,145,191)
0 Favorites   0 Comments

Color spaces of #5491bf

RGB 84145191
HSL0.570.460.54
HSV206°56°75°
CMYK 0.560.240.00   0.25
XYZ23.185525.897253.0669
Yxy25.89720.22700.2535
Hunter Lab50.8893-7.7305-26.2046
CIE-Lab57.9393-6.2909-29.9111

#5491bf color RGB value is (84,145,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010001 10111111
Octal 124 221 277
Decimal 84 145 191
Hex 54 91 BF

RGB Percentages of Color #5491bf

%20.00
%34.52
%45.48

CMYK Percentages of Color #5491bf

%56
%24
%0
%25

Triadic Colors of #5491bf

#5491bf #bf5491 #91bf54

Analogous Colors of #5491bf

#5491bf #545cbf #54bfb8

Monochromatic Colors of #5491bf

#5491bf

Complementary Color

#5491bf #bf8254

#5491bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5491bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5491bf Color CSS Codes

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

#5491bf Text Font Color

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

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


#5491bf Background Color

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

This div background color is #5491bf


#5491bf Border Color

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

This div border color is #5491bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,145,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 #5491bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5491bf


Comments

No comments written yet.

Please login to write comment.