Color Hex Logo

#519bc9 Color Hex

#519BC9
(81,155,201)
0 Favorites   0 Comments

Color spaces of #519bc9

RGB 81155201
HSL0.560.530.55
HSV203°60°79°
CMYK 0.600.230.00   0.21
XYZ25.657329.409159.5826
Yxy29.40910.22380.2565
Hunter Lab54.2302-10.4511-27.1807
CIE-Lab61.1410-9.3617-30.5857

#519bc9 color RGB value is (81,155,201).

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

The process color (four color CMYK) of #519bc9 color hex is 0.60, 0.23, 0.00, 0.21. Web safe color of #519bc9 is #6699cc. Color #519bc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011011 11001001
Octal 121 233 311
Decimal 81 155 201
Hex 51 9B C9

RGB Percentages of Color #519bc9

%18.54
%35.47
%46.00

CMYK Percentages of Color #519bc9

%60
%23
%0
%21

Triadic Colors of #519bc9

#519bc9 #c9519b #9bc951

Analogous Colors of #519bc9

#519bc9 #515fc9 #51c9bb

Monochromatic Colors of #519bc9

#519bc9

Complementary Color

#519bc9 #c97f51

#519bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519bc9 Color CSS Codes

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

#519bc9 Text Font Color

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

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


#519bc9 Background Color

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

This div background color is #519bc9


#519bc9 Border Color

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

This div border color is #519bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519bc9


Comments

No comments written yet.

Please login to write comment.