Color Hex Logo

#519bbe Color Hex

#519BBE
(81,155,190)
0 Favorites   0 Comments

Color spaces of #519bbe

RGB 81155190
HSL0.550.460.53
HSV199°57°75°
CMYK 0.570.180.00   0.25
XYZ24.408928.909753.0088
Yxy28.90970.22960.2719
Hunter Lab53.7677-13.0600-20.8157
CIE-Lab60.7019-12.7973-25.0907

#519bbe color RGB value is (81,155,190).

#519bbe hex color red value is 81, green value is 155 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #519bbe hue: 0.55 , saturation: 0.46 and the lightness value of 519bbe is 0.53.

The process color (four color CMYK) of #519bbe color hex is 0.57, 0.18, 0.00, 0.25. Web safe color of #519bbe is #6699cc. Color #519bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011011 10111110
Octal 121 233 276
Decimal 81 155 190
Hex 51 9B BE

RGB Percentages of Color #519bbe

%19.01
%36.38
%44.60

CMYK Percentages of Color #519bbe

%57
%18
%0
%25

Triadic Colors of #519bbe

#519bbe #be519b #9bbe51

Analogous Colors of #519bbe

#519bbe #5165be #51beab

Monochromatic Colors of #519bbe

#519bbe

Complementary Color

#519bbe #be7451

#519bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#519bbe Color CSS Codes

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

#519bbe Text Font Color

<p style="color:#519bbe">Text here</p>

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


#519bbe Background Color

<div style="background-color:#519bbe">
Div content here</div>

This div background color is #519bbe


#519bbe Border Color

<div style="border:3px solid #519bbe">
Div here</div>

This div border color is #519bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,155,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #519bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #519bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #519bbe;
  box-shadow:         1px 1px 3px 2px #519bbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,155,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519bbe


Comments

No comments written yet.

Please login to write comment.