Color Hex Logo

#5371bf Color Hex

#5371BF
(83,113,191)
0 Favorites   0 Comments

Color spaces of #5371bf

RGB 83113191
HSL0.620.460.54
HSV223°57°75°
CMYK 0.570.410.00   0.25
XYZ18.876417.410851.6560
Yxy17.41080.21460.1980
Hunter Lab41.72637.7301-44.1911
CIE-Lab48.773512.5220-44.3068

#5371bf color RGB value is (83,113,191).

#5371bf hex color red value is 83, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5371bf hue: 0.62 , saturation: 0.46 and the lightness value of 5371bf is 0.54.

The process color (four color CMYK) of #5371bf color hex is 0.57, 0.41, 0.00, 0.25. Web safe color of #5371bf is #6666cc. Color #5371bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 10111111
Octal 123 161 277
Decimal 83 113 191
Hex 53 71 BF

RGB Percentages of Color #5371bf

%21.45
%29.20
%49.35

CMYK Percentages of Color #5371bf

%57
%41
%0
%25

Triadic Colors of #5371bf

#5371bf #bf5371 #71bf53

Analogous Colors of #5371bf

#5371bf #6b53bf #53a7bf

Monochromatic Colors of #5371bf

#5371bf

Complementary Color

#5371bf #bfa153

#5371bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5371bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5371bf Color CSS Codes

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

#5371bf Text Font Color

<p style="color:#5371bf">Text here</p>

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


#5371bf Background Color

<div style="background-color:#5371bf">
Div content here</div>

This div background color is #5371bf


#5371bf Border Color

<div style="border:3px solid #5371bf">
Div here</div>

This div border color is #5371bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,113,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5371bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5371bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5371bf;
  box-shadow:         1px 1px 3px 2px #5371bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,113,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5371bf


Comments

No comments written yet.

Please login to write comment.