Color Hex Logo

#5390bf Color Hex

#5390BF
(83,144,191)
0 Favorites   0 Comments

Color spaces of #5390bf

RGB 83144191
HSL0.570.460.54
HSV206°57°75°
CMYK 0.570.250.00   0.25
XYZ22.944525.547153.0120
Yxy25.54710.22600.2517
Hunter Lab50.5441-7.4222-26.8040
CIE-Lab57.6046-5.9344-30.4338

#5390bf color RGB value is (83,144,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010000 10111111
Octal 123 220 277
Decimal 83 144 191
Hex 53 90 BF

RGB Percentages of Color #5390bf

%19.86
%34.45
%45.69

CMYK Percentages of Color #5390bf

%57
%25
%0
%25

Triadic Colors of #5390bf

#5390bf #bf5390 #90bf53

Analogous Colors of #5390bf

#5390bf #535abf #53bfb8

Monochromatic Colors of #5390bf

#5390bf

Complementary Color

#5390bf #bf8253

#5390bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5390bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5390bf Color CSS Codes

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

#5390bf Text Font Color

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

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


#5390bf Background Color

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

This div background color is #5390bf


#5390bf Border Color

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

This div border color is #5390bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5390bf


Comments

No comments written yet.

Please login to write comment.