Color Hex Logo

#5392d9 Color Hex

#5392D9
(83,146,217)
0 Favorites   0 Comments

Color spaces of #5392d9

RGB 83146217
HSL0.590.640.59
HSV212°62°85°
CMYK 0.620.330.00   0.15
XYZ26.370527.406569.5458
Yxy27.40650.21380.2222
Hunter Lab52.3512-1.7001-42.1177
CIE-Lab59.34871.3305-42.3283

#5392d9 color RGB value is (83,146,217).

#5392d9 hex color red value is 83, green value is 146 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #5392d9 hue: 0.59 , saturation: 0.64 and the lightness value of 5392d9 is 0.59.

The process color (four color CMYK) of #5392d9 color hex is 0.62, 0.33, 0.00, 0.15. Web safe color of #5392d9 is #6699cc. Color #5392d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010010 11011001
Octal 123 222 331
Decimal 83 146 217
Hex 53 92 D9

RGB Percentages of Color #5392d9

%18.61
%32.74
%48.65

CMYK Percentages of Color #5392d9

%62
%33
%0
%15

Triadic Colors of #5392d9

#5392d9 #d95392 #92d953

Analogous Colors of #5392d9

#5392d9 #5753d9 #53d5d9

Monochromatic Colors of #5392d9

#5392d9

Complementary Color

#5392d9 #d99a53

#5392d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5392d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5392d9 Color CSS Codes

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

#5392d9 Text Font Color

<p style="color:#5392d9">Text here</p>

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


#5392d9 Background Color

<div style="background-color:#5392d9">
Div content here</div>

This div background color is #5392d9


#5392d9 Border Color

<div style="border:3px solid #5392d9">
Div here</div>

This div border color is #5392d9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,146,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5392d9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5392d9;
  -webkit-box-shadow: 1px 1px 3px 2px #5392d9;
  box-shadow:         1px 1px 3px 2px #5392d9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5392d9


Comments

No comments written yet.

Please login to write comment.