Color Hex Logo

#5973cb Color Hex

#5973CB
(89,115,203)
0 Favorites   0 Comments

Color spaces of #5973cb

RGB 89115203
HSL0.630.520.57
HSV226°56°80°
CMYK 0.560.430.00   0.20
XYZ21.030018.697159.0004
Yxy18.69710.21300.1894
Hunter Lab43.240111.1439-50.6320
CIE-Lab50.330916.5060-48.6891

#5973cb color RGB value is (89,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110011 11001011
Octal 131 163 313
Decimal 89 115 203
Hex 59 73 CB

RGB Percentages of Color #5973cb

%21.87
%28.26
%49.88

CMYK Percentages of Color #5973cb

%56
%43
%0
%20

Triadic Colors of #5973cb

#5973cb #cb5973 #73cb59

Analogous Colors of #5973cb

#5973cb #7859cb #59accb

Monochromatic Colors of #5973cb

#5973cb

Complementary Color

#5973cb #cbb159

#5973cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5973cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5973cb Color CSS Codes

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

#5973cb Text Font Color

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

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


#5973cb Background Color

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

This div background color is #5973cb


#5973cb Border Color

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

This div border color is #5973cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5973cb


Comments

No comments written yet.

Please login to write comment.