Color Hex Logo

#5393bf Color Hex

#5393BF
(83,147,191)
0 Favorites   0 Comments

Color spaces of #5393bf

RGB 83147191
HSL0.570.460.54
HSV204°57°75°
CMYK 0.570.230.00   0.25
XYZ23.405026.468053.1655
Yxy26.46800.22710.2569
Hunter Lab51.4471-8.8267-25.2575
CIE-Lab58.4786-7.6326-29.0787

#5393bf color RGB value is (83,147,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010011 10111111
Octal 123 223 277
Decimal 83 147 191
Hex 53 93 BF

RGB Percentages of Color #5393bf

%19.71
%34.92
%45.37

CMYK Percentages of Color #5393bf

%57
%23
%0
%25

Triadic Colors of #5393bf

#5393bf #bf5393 #93bf53

Analogous Colors of #5393bf

#5393bf #535dbf #53bfb5

Monochromatic Colors of #5393bf

#5393bf

Complementary Color

#5393bf #bf7f53

#5393bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5393bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5393bf Color CSS Codes

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

#5393bf Text Font Color

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

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


#5393bf Background Color

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

This div background color is #5393bf


#5393bf Border Color

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

This div border color is #5393bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5393bf


Comments

No comments written yet.

Please login to write comment.