Color Hex Logo

#5291db Color Hex

#5291DB
(82,145,219)
0 Favorites   0 Comments

Color spaces of #5291db

RGB 82145219
HSL0.590.660.59
HSV212°63°86°
CMYK 0.630.340.00   0.14
XYZ26.391327.159170.8691
Yxy27.15910.21210.2183
Hunter Lab52.1144-0.8058-44.1470
CIE-Lab59.12132.3964-43.8059

#5291db color RGB value is (82,145,219).

#5291db hex color red value is 82, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5291db hue: 0.59 , saturation: 0.66 and the lightness value of 5291db is 0.59.

The process color (four color CMYK) of #5291db color hex is 0.63, 0.34, 0.00, 0.14. Web safe color of #5291db is #6699cc. Color #5291db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010001 11011011
Octal 122 221 333
Decimal 82 145 219
Hex 52 91 DB

RGB Percentages of Color #5291db

%18.39
%32.51
%49.10

CMYK Percentages of Color #5291db

%63
%34
%0
%14

Triadic Colors of #5291db

#5291db #db5291 #91db52

Analogous Colors of #5291db

#5291db #5752db #52d6db

Monochromatic Colors of #5291db

#5291db

Complementary Color

#5291db #db9c52

#5291db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5291db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5291db Color CSS Codes

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

#5291db Text Font Color

<p style="color:#5291db">Text here</p>

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


#5291db Background Color

<div style="background-color:#5291db">
Div content here</div>

This div background color is #5291db


#5291db Border Color

<div style="border:3px solid #5291db">
Div here</div>

This div border color is #5291db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,145,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5291db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5291db;
  -webkit-box-shadow: 1px 1px 3px 2px #5291db;
  box-shadow:         1px 1px 3px 2px #5291db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,145,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5291db


Comments

No comments written yet.

Please login to write comment.