Color Hex Logo

#5976ba Color Hex

#5976BA
(89,118,186)
0 Favorites   0 Comments

Color spaces of #5976ba

RGB 89118186
HSL0.620.410.54
HSV222°52°73°
CMYK 0.520.370.00   0.27
XYZ19.461218.625949.0238
Yxy18.62590.22340.2138
Hunter Lab43.15774.9653-37.1384
CIE-Lab50.24669.1544-39.0711

#5976ba color RGB value is (89,118,186).

#5976ba hex color red value is 89, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5976ba hue: 0.62 , saturation: 0.41 and the lightness value of 5976ba is 0.54.

The process color (four color CMYK) of #5976ba color hex is 0.52, 0.37, 0.00, 0.27. Web safe color of #5976ba is #6666cc. Color #5976ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110110 10111010
Octal 131 166 272
Decimal 89 118 186
Hex 59 76 BA

RGB Percentages of Color #5976ba

%22.65
%30.03
%47.33

CMYK Percentages of Color #5976ba

%52
%37
%0
%27

Triadic Colors of #5976ba

#5976ba #ba5976 #76ba59

Analogous Colors of #5976ba

#5976ba #6d59ba #59a7ba

Monochromatic Colors of #5976ba

#5976ba

Complementary Color

#5976ba #ba9d59

#5976ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5976ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5976ba Color CSS Codes

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

#5976ba Text Font Color

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

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


#5976ba Background Color

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

This div background color is #5976ba


#5976ba Border Color

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

This div border color is #5976ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,118,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5976ba


Comments

No comments written yet.

Please login to write comment.