Color Hex Logo

#5970ba Color Hex

#5970BA
(89,112,186)
0 Favorites   0 Comments

Color spaces of #5970ba

RGB 89112186
HSL0.630.410.54
HSV226°52°73°
CMYK 0.520.400.00   0.27
XYZ18.776917.257448.7957
Yxy17.25740.22130.2034
Hunter Lab41.54207.9830-40.5632
CIE-Lab48.582712.8309-41.7018

#5970ba color RGB value is (89,112,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110000 10111010
Octal 131 160 272
Decimal 89 112 186
Hex 59 70 BA

RGB Percentages of Color #5970ba

%23.00
%28.94
%48.06

CMYK Percentages of Color #5970ba

%52
%40
%0
%27

Triadic Colors of #5970ba

#5970ba #ba5970 #70ba59

Analogous Colors of #5970ba

#5970ba #7359ba #59a1ba

Monochromatic Colors of #5970ba

#5970ba

Complementary Color

#5970ba #baa359

#5970ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5970ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5970ba Color CSS Codes

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

#5970ba Text Font Color

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

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


#5970ba Background Color

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

This div background color is #5970ba


#5970ba Border Color

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

This div border color is #5970ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5970ba


Comments

No comments written yet.

Please login to write comment.