Color Hex Logo

#5791dd Color Hex

#5791DD
(87,145,221)
0 Favorites   0 Comments

Color spaces of #5791dd

RGB 87145221
HSL0.590.660.60
HSV214°61°87°
CMYK 0.610.340.00   0.13
XYZ27.107027.497572.2855
Yxy27.49750.21360.2167
Hunter Lab52.43810.5061-45.0242
CIE-Lab59.43203.9795-44.4173

#5791dd color RGB value is (87,145,221).

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

The process color (four color CMYK) of #5791dd color hex is 0.61, 0.34, 0.00, 0.13. Web safe color of #5791dd is #6699cc. Color #5791dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010001 11011101
Octal 127 221 335
Decimal 87 145 221
Hex 57 91 DD

RGB Percentages of Color #5791dd

%19.21
%32.01
%48.79

CMYK Percentages of Color #5791dd

%61
%34
%0
%13

Triadic Colors of #5791dd

#5791dd #dd5791 #91dd57

Analogous Colors of #5791dd

#5791dd #6057dd #57d4dd

Monochromatic Colors of #5791dd

#5791dd

Complementary Color

#5791dd #dda357

#5791dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5791dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5791dd Color CSS Codes

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

#5791dd Text Font Color

<p style="color:#5791dd">Text here</p>

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


#5791dd Background Color

<div style="background-color:#5791dd">
Div content here</div>

This div background color is #5791dd


#5791dd Border Color

<div style="border:3px solid #5791dd">
Div here</div>

This div border color is #5791dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,145,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5791dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5791dd;
  -webkit-box-shadow: 1px 1px 3px 2px #5791dd;
  box-shadow:         1px 1px 3px 2px #5791dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5791dd


Comments

No comments written yet.

Please login to write comment.