Color Hex Logo

#5763aa Color Hex

#5763AA
(87,99,170)
0 Favorites   0 Comments

Color spaces of #5763aa

RGB 8799170
HSL0.640.330.50
HSV231°49°67°
CMYK 0.490.420.00   0.33
XYZ15.648013.852239.8792
Yxy13.85220.22550.1997
Hunter Lab37.21859.9153-37.4755
CIE-Lab44.020215.3298-39.6122

#5763aa color RGB value is (87,99,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100011 10101010
Octal 127 143 252
Decimal 87 99 170
Hex 57 63 AA

RGB Percentages of Color #5763aa

%24.44
%27.81
%47.75

CMYK Percentages of Color #5763aa

%49
%42
%0
%33

Triadic Colors of #5763aa

#5763aa #aa5763 #63aa57

Analogous Colors of #5763aa

#5763aa #7557aa #578daa

Monochromatic Colors of #5763aa

#5763aa

Complementary Color

#5763aa #aa9e57

#5763aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5763aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5763aa Color CSS Codes

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

#5763aa Text Font Color

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

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


#5763aa Background Color

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

This div background color is #5763aa


#5763aa Border Color

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

This div border color is #5763aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5763aa


Comments

No comments written yet.

Please login to write comment.