Color Hex Logo

#519abb Color Hex

#519ABB
(81,154,187)
0 Favorites   0 Comments

Color spaces of #519abb

RGB 81154187
HSL0.550.440.53
HSV199°57°73°
CMYK 0.570.180.00   0.27
XYZ23.918628.448451.2442
Yxy28.44840.23080.2746
Hunter Lab53.3370-13.2928-19.6276
CIE-Lab60.2917-13.1717-24.0322

#519abb color RGB value is (81,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 10111011
Octal 121 232 273
Decimal 81 154 187
Hex 51 9A BB

RGB Percentages of Color #519abb

%19.19
%36.49
%44.31

CMYK Percentages of Color #519abb

%57
%18
%0
%27

Triadic Colors of #519abb

#519abb #bb519a #9abb51

Analogous Colors of #519abb

#519abb #5165bb #51bba7

Monochromatic Colors of #519abb

#519abb

Complementary Color

#519abb #bb7251

#519abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#519abb Color CSS Codes

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

#519abb Text Font Color

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

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


#519abb Background Color

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

This div background color is #519abb


#519abb Border Color

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

This div border color is #519abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519abb


Comments

No comments written yet.

Please login to write comment.