Color Hex Logo

#5758aa Color Hex

#5758AA
(87,88,170)
0 Favorites   0 Comments

Color spaces of #5758aa

RGB 8788170
HSL0.660.330.50
HSV239°49°67°
CMYK 0.490.480.00   0.33
XYZ14.675911.908039.5552
Yxy11.90800.22190.1800
Hunter Lab34.508015.5253-43.8063
CIE-Lab41.069522.2518-44.3110

#5758aa color RGB value is (87,88,170).

#5758aa hex color red value is 87, green value is 88 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5758aa hue: 0.66 , saturation: 0.33 and the lightness value of 5758aa is 0.50.

The process color (four color CMYK) of #5758aa color hex is 0.49, 0.48, 0.00, 0.33. Web safe color of #5758aa is #666699. Color #5758aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011000 10101010
Octal 127 130 252
Decimal 87 88 170
Hex 57 58 AA

RGB Percentages of Color #5758aa

%25.22
%25.51
%49.28

CMYK Percentages of Color #5758aa

%49
%48
%0
%33

Triadic Colors of #5758aa

#5758aa #aa5758 #58aa57

Analogous Colors of #5758aa

#5758aa #8057aa #5782aa

Monochromatic Colors of #5758aa

#5758aa

Complementary Color

#5758aa #aaa957

#5758aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5758aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5758aa Color CSS Codes

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

#5758aa Text Font Color

<p style="color:#5758aa">Text here</p>

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


#5758aa Background Color

<div style="background-color:#5758aa">
Div content here</div>

This div background color is #5758aa


#5758aa Border Color

<div style="border:3px solid #5758aa">
Div here</div>

This div border color is #5758aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,88,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5758aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5758aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5758aa;
  box-shadow:         1px 1px 3px 2px #5758aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5758aa


Comments

No comments written yet.

Please login to write comment.