Color Hex Logo

#5792dc Color Hex

#5792DC
(87,146,220)
0 Favorites   0 Comments

Color spaces of #5792dc

RGB 87146220
HSL0.590.660.60
HSV213°60°86°
CMYK 0.600.340.00   0.14
XYZ27.127627.751371.6369
Yxy27.75130.21440.2194
Hunter Lab52.6795-0.2696-43.7506
CIE-Lab59.66343.0656-43.4950

#5792dc color RGB value is (87,146,220).

#5792dc hex color red value is 87, green value is 146 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5792dc hue: 0.59 , saturation: 0.66 and the lightness value of 5792dc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010010 11011100
Octal 127 222 334
Decimal 87 146 220
Hex 57 92 DC

RGB Percentages of Color #5792dc

%19.21
%32.23
%48.57

CMYK Percentages of Color #5792dc

%60
%34
%0
%14

Triadic Colors of #5792dc

#5792dc #dc5792 #92dc57

Analogous Colors of #5792dc

#5792dc #5f57dc #57d5dc

Monochromatic Colors of #5792dc

#5792dc

Complementary Color

#5792dc #dca157

#5792dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5792dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5792dc Color CSS Codes

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

#5792dc Text Font Color

<p style="color:#5792dc">Text here</p>

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


#5792dc Background Color

<div style="background-color:#5792dc">
Div content here</div>

This div background color is #5792dc


#5792dc Border Color

<div style="border:3px solid #5792dc">
Div here</div>

This div border color is #5792dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,146,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5792dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5792dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5792dc;
  box-shadow:         1px 1px 3px 2px #5792dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5792dc


Comments

No comments written yet.

Please login to write comment.