Color Hex Logo

#5190bf Color Hex

#5190BF
(81,144,191)
0 Favorites   0 Comments

Color spaces of #5190bf

RGB 81144191
HSL0.570.460.53
HSV206°58°75°
CMYK 0.580.250.00   0.25
XYZ22.770625.457453.0039
Yxy25.45740.22490.2515
Hunter Lab50.4553-7.7394-26.9661
CIE-Lab57.5184-6.3512-30.5745

#5190bf color RGB value is (81,144,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010000 10111111
Octal 121 220 277
Decimal 81 144 191
Hex 51 90 BF

RGB Percentages of Color #5190bf

%19.47
%34.62
%45.91

CMYK Percentages of Color #5190bf

%58
%25
%0
%25

Triadic Colors of #5190bf

#5190bf #bf5190 #90bf51

Analogous Colors of #5190bf

#5190bf #5159bf #51bfb7

Monochromatic Colors of #5190bf

#5190bf

Complementary Color

#5190bf #bf8051

#5190bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5190bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5190bf Color CSS Codes

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

#5190bf Text Font Color

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

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


#5190bf Background Color

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

This div background color is #5190bf


#5190bf Border Color

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

This div border color is #5190bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5190bf


Comments

No comments written yet.

Please login to write comment.