Color Hex Logo

#5970cb Color Hex

#5970CB
(89,112,203)
0 Favorites   0 Comments

Color spaces of #5970cb

RGB 89112203
HSL0.630.520.57
HSV228°56°80°
CMYK 0.560.450.00   0.20
XYZ20.693518.024058.8882
Yxy18.02400.21200.1847
Hunter Lab42.454712.7098-52.5219
CIE-Lab49.525218.3573-49.9749

#5970cb color RGB value is (89,112,203).

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

The process color (four color CMYK) of #5970cb color hex is 0.56, 0.45, 0.00, 0.20. Web safe color of #5970cb is #6666cc. Color #5970cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110000 11001011
Octal 131 160 313
Decimal 89 112 203
Hex 59 70 CB

RGB Percentages of Color #5970cb

%22.03
%27.72
%50.25

CMYK Percentages of Color #5970cb

%56
%45
%0
%20

Triadic Colors of #5970cb

#5970cb #cb5970 #70cb59

Analogous Colors of #5970cb

#5970cb #7b59cb #59a9cb

Monochromatic Colors of #5970cb

#5970cb

Complementary Color

#5970cb #cbb459

#5970cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5970cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5970cb Color CSS Codes

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

#5970cb Text Font Color

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

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


#5970cb Background Color

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

This div background color is #5970cb


#5970cb Border Color

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

This div border color is #5970cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5970cb


Comments

No comments written yet.

Please login to write comment.