Color Hex Logo

#5197bd Color Hex

#5197BD
(81,151,189)
0 Favorites   0 Comments

Color spaces of #5197bd

RGB 81151189
HSL0.560.450.53
HSV201°57°74°
CMYK 0.570.200.00   0.26
XYZ23.645327.556752.2168
Yxy27.55670.22860.2665
Hunter Lab52.4945-11.4629-22.2302
CIE-Lab59.4861-10.9063-26.3992

#5197bd color RGB value is (81,151,189).

#5197bd hex color red value is 81, green value is 151 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5197bd hue: 0.56 , saturation: 0.45 and the lightness value of 5197bd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010111 10111101
Octal 121 227 275
Decimal 81 151 189
Hex 51 97 BD

RGB Percentages of Color #5197bd

%19.24
%35.87
%44.89

CMYK Percentages of Color #5197bd

%57
%20
%0
%26

Triadic Colors of #5197bd

#5197bd #bd5197 #97bd51

Analogous Colors of #5197bd

#5197bd #5161bd #51bdad

Monochromatic Colors of #5197bd

#5197bd

Complementary Color

#5197bd #bd7751

#5197bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5197bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5197bd Color CSS Codes

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

#5197bd Text Font Color

<p style="color:#5197bd">Text here</p>

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


#5197bd Background Color

<div style="background-color:#5197bd">
Div content here</div>

This div background color is #5197bd


#5197bd Border Color

<div style="border:3px solid #5197bd">
Div here</div>

This div border color is #5197bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,151,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5197bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5197bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5197bd;
  box-shadow:         1px 1px 3px 2px #5197bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5197bd


Comments

No comments written yet.

Please login to write comment.