Color Hex Logo

#5179bc Color Hex

#5179BC
(81,121,188)
0 Favorites   0 Comments

Color spaces of #5179bc

RGB 81121188
HSL0.600.440.53
HSV218°57°74°
CMYK 0.570.360.00   0.26
XYZ19.307819.054950.2373
Yxy19.05490.21790.2151
Hunter Lab43.65192.5620-37.6782
CIE-Lab50.75146.2024-39.4554

#5179bc color RGB value is (81,121,188).

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

The process color (four color CMYK) of #5179bc color hex is 0.57, 0.36, 0.00, 0.26. Web safe color of #5179bc is #6666cc. Color #5179bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111001 10111100
Octal 121 171 274
Decimal 81 121 188
Hex 51 79 BC

RGB Percentages of Color #5179bc

%20.77
%31.03
%48.21

CMYK Percentages of Color #5179bc

%57
%36
%0
%26

Triadic Colors of #5179bc

#5179bc #bc5179 #79bc51

Analogous Colors of #5179bc

#5179bc #5e51bc #51afbc

Monochromatic Colors of #5179bc

#5179bc

Complementary Color

#5179bc #bc9451

#5179bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5179bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5179bc Color CSS Codes

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

#5179bc Text Font Color

<p style="color:#5179bc">Text here</p>

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


#5179bc Background Color

<div style="background-color:#5179bc">
Div content here</div>

This div background color is #5179bc


#5179bc Border Color

<div style="border:3px solid #5179bc">
Div here</div>

This div border color is #5179bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,121,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 #5179bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5179bc


Comments

No comments written yet.

Please login to write comment.