Color Hex Logo

#5974cd Color Hex

#5974CD
(89,116,205)
0 Favorites   0 Comments

Color spaces of #5974cd

RGB 89116205
HSL0.630.540.58
HSV226°57°80°
CMYK 0.570.430.00   0.20
XYZ21.384719.022460.3022
Yxy19.02240.21230.1889
Hunter Lab43.614711.1946-51.4448
CIE-Lab50.713416.5482-49.2202

#5974cd color RGB value is (89,116,205).

#5974cd hex color red value is 89, green value is 116 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5974cd hue: 0.63 , saturation: 0.54 and the lightness value of 5974cd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110100 11001101
Octal 131 164 315
Decimal 89 116 205
Hex 59 74 CD

RGB Percentages of Color #5974cd

%21.71
%28.29
%50.00

CMYK Percentages of Color #5974cd

%57
%43
%0
%20

Triadic Colors of #5974cd

#5974cd #cd5974 #74cd59

Analogous Colors of #5974cd

#5974cd #7859cd #59aecd

Monochromatic Colors of #5974cd

#5974cd

Complementary Color

#5974cd #cdb259

#5974cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5974cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5974cd Color CSS Codes

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

#5974cd Text Font Color

<p style="color:#5974cd">Text here</p>

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


#5974cd Background Color

<div style="background-color:#5974cd">
Div content here</div>

This div background color is #5974cd


#5974cd Border Color

<div style="border:3px solid #5974cd">
Div here</div>

This div border color is #5974cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,116,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5974cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5974cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5974cd;
  box-shadow:         1px 1px 3px 2px #5974cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5974cd


Comments

No comments written yet.

Please login to write comment.