Color Hex Logo

#5091bf Color Hex

#5091BF
(80,145,191)
0 Favorites   0 Comments

Color spaces of #5091bf

RGB 80145191
HSL0.570.460.53
HSV205°58°75°
CMYK 0.580.240.00   0.25
XYZ22.837625.717953.0506
Yxy25.71790.22480.2531
Hunter Lab50.7128-8.3632-26.5242
CIE-Lab57.7683-7.1241-30.1898

#5091bf color RGB value is (80,145,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010001 10111111
Octal 120 221 277
Decimal 80 145 191
Hex 50 91 BF

RGB Percentages of Color #5091bf

%19.23
%34.86
%45.91

CMYK Percentages of Color #5091bf

%58
%24
%0
%25

Triadic Colors of #5091bf

#5091bf #bf5091 #91bf50

Analogous Colors of #5091bf

#5091bf #505abf #50bfb6

Monochromatic Colors of #5091bf

#5091bf

Complementary Color

#5091bf #bf7e50

#5091bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5091bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5091bf Color CSS Codes

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

#5091bf Text Font Color

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

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


#5091bf Background Color

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

This div background color is #5091bf


#5091bf Border Color

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

This div border color is #5091bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5091bf


Comments

No comments written yet.

Please login to write comment.