Color Hex Logo

#5396bd Color Hex

#5396BD
(83,150,189)
0 Favorites   0 Comments

Color spaces of #5396bd

RGB 83150189
HSL0.560.450.53
HSV202°56°74°
CMYK 0.560.210.00   0.26
XYZ23.658927.325852.1716
Yxy27.32580.22940.2649
Hunter Lab52.2741-10.6917-22.5819
CIE-Lab59.2747-9.9347-26.7186

#5396bd color RGB value is (83,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010110 10111101
Octal 123 226 275
Decimal 83 150 189
Hex 53 96 BD

RGB Percentages of Color #5396bd

%19.67
%35.55
%44.79

CMYK Percentages of Color #5396bd

%56
%21
%0
%26

Triadic Colors of #5396bd

#5396bd #bd5396 #96bd53

Analogous Colors of #5396bd

#5396bd #5361bd #53bdaf

Monochromatic Colors of #5396bd

#5396bd

Complementary Color

#5396bd #bd7a53

#5396bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5396bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5396bd Color CSS Codes

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

#5396bd Text Font Color

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

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


#5396bd Background Color

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

This div background color is #5396bd


#5396bd Border Color

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

This div border color is #5396bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,150,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 #5396bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5396bd


Comments

No comments written yet.

Please login to write comment.