Color Hex Logo

#519bab Color Hex

#519BAB
(81,155,171)
0 Favorites   0 Comments

Color spaces of #519bab

RGB 81155171
HSL0.530.360.49
HSV191°53°67°
CMYK 0.530.090.00   0.33
XYZ22.465428.132342.7741
Yxy28.13230.24060.3013
Hunter Lab53.0399-17.2149-10.6866
CIE-Lab60.0081-18.4762-15.4289

#519bab color RGB value is (81,155,171).

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

The process color (four color CMYK) of #519bab color hex is 0.53, 0.09, 0.00, 0.33. Web safe color of #519bab is #669999. Color #519bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011011 10101011
Octal 121 233 253
Decimal 81 155 171
Hex 51 9B AB

RGB Percentages of Color #519bab

%19.90
%38.08
%42.01

CMYK Percentages of Color #519bab

%53
%9
%0
%33

Triadic Colors of #519bab

#519bab #ab519b #9bab51

Analogous Colors of #519bab

#519bab #516eab #51ab8e

Monochromatic Colors of #519bab

#519bab

Complementary Color

#519bab #ab6151

#519bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#519bab Color CSS Codes

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

#519bab Text Font Color

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

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


#519bab Background Color

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

This div background color is #519bab


#519bab Border Color

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

This div border color is #519bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519bab


Comments

No comments written yet.

Please login to write comment.