Color Hex Logo

#5761aa Color Hex

#5761AA
(87,97,170)
0 Favorites   0 Comments

Color spaces of #5761aa

RGB 8797170
HSL0.650.330.50
HSV233°49°67°
CMYK 0.490.430.00   0.33
XYZ15.460913.477939.8168
Yxy13.47790.22490.1960
Hunter Lab36.712310.9265-38.6052
CIE-Lab43.474716.5847-40.4781

#5761aa color RGB value is (87,97,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100001 10101010
Octal 127 141 252
Decimal 87 97 170
Hex 57 61 AA

RGB Percentages of Color #5761aa

%24.58
%27.40
%48.02

CMYK Percentages of Color #5761aa

%49
%43
%0
%33

Triadic Colors of #5761aa

#5761aa #aa5761 #61aa57

Analogous Colors of #5761aa

#5761aa #7757aa #578baa

Monochromatic Colors of #5761aa

#5761aa

Complementary Color

#5761aa #aaa057

#5761aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5761aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5761aa Color CSS Codes

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

#5761aa Text Font Color

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

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


#5761aa Background Color

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

This div background color is #5761aa


#5761aa Border Color

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

This div border color is #5761aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,97,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 #5761aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5761aa


Comments

No comments written yet.

Please login to write comment.