Color Hex Logo

#519cbc Color Hex

#519CBC
(81,156,188)
0 Favorites   0 Comments

Color spaces of #519cbc

RGB 81156188
HSL0.550.440.53
HSV198°57°74°
CMYK 0.570.170.00   0.26
XYZ24.358929.157151.9210
Yxy29.15710.23100.2765
Hunter Lab53.9973-13.9716-19.2120
CIE-Lab60.9200-13.9548-23.6308

#519cbc color RGB value is (81,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011100 10111100
Octal 121 234 274
Decimal 81 156 188
Hex 51 9C BC

RGB Percentages of Color #519cbc

%19.06
%36.71
%44.24

CMYK Percentages of Color #519cbc

%57
%17
%0
%26

Triadic Colors of #519cbc

#519cbc #bc519c #9cbc51

Analogous Colors of #519cbc

#519cbc #5167bc #51bca7

Monochromatic Colors of #519cbc

#519cbc

Complementary Color

#519cbc #bc7151

#519cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#519cbc Color CSS Codes

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

#519cbc Text Font Color

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

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


#519cbc Background Color

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

This div background color is #519cbc


#519cbc Border Color

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

This div border color is #519cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519cbc


Comments

No comments written yet.

Please login to write comment.