Color Hex Logo

#5976aa Color Hex

#5976AA
(89,118,170)
0 Favorites   0 Comments

Color spaces of #5976aa

RGB 89118170
HSL0.610.320.51
HSV219°48°67°
CMYK 0.480.310.00   0.33
XYZ17.854017.983040.5603
Yxy17.98300.23370.2354
Hunter Lab42.40640.9412-27.0245
CIE-Lab49.47554.1315-31.0166

#5976aa color RGB value is (89,118,170).

#5976aa hex color red value is 89, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5976aa hue: 0.61 , saturation: 0.32 and the lightness value of 5976aa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110110 10101010
Octal 131 166 252
Decimal 89 118 170
Hex 59 76 AA

RGB Percentages of Color #5976aa

%23.61
%31.30
%45.09

CMYK Percentages of Color #5976aa

%48
%31
%0
%33

Triadic Colors of #5976aa

#5976aa #aa5976 #76aa59

Analogous Colors of #5976aa

#5976aa #6559aa #599faa

Monochromatic Colors of #5976aa

#5976aa

Complementary Color

#5976aa #aa8d59

#5976aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5976aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5976aa Color CSS Codes

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

#5976aa Text Font Color

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

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


#5976aa Background Color

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

This div background color is #5976aa


#5976aa Border Color

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

This div border color is #5976aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5976aa


Comments

No comments written yet.

Please login to write comment.