Color Hex Logo

#5979bc Color Hex

#5979BC
(89,121,188)
0 Favorites   0 Comments

Color spaces of #5979bc

RGB 89121188
HSL0.610.420.54
HSV221°53°74°
CMYK 0.530.360.00   0.26
XYZ20.034319.429450.2713
Yxy19.42940.22330.2165
Hunter Lab44.07883.9923-36.7643
CIE-Lab51.18587.9709-38.7412

#5979bc color RGB value is (89,121,188).

#5979bc hex color red value is 89, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5979bc hue: 0.61 , saturation: 0.42 and the lightness value of 5979bc is 0.54.

The process color (four color CMYK) of #5979bc color hex is 0.53, 0.36, 0.00, 0.26. Web safe color of #5979bc is #6666cc. Color #5979bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111001 10111100
Octal 131 171 274
Decimal 89 121 188
Hex 59 79 BC

RGB Percentages of Color #5979bc

%22.36
%30.40
%47.24

CMYK Percentages of Color #5979bc

%53
%36
%0
%26

Triadic Colors of #5979bc

#5979bc #bc5979 #79bc59

Analogous Colors of #5979bc

#5979bc #6b59bc #59abbc

Monochromatic Colors of #5979bc

#5979bc

Complementary Color

#5979bc #bc9c59

#5979bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5979bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5979bc Color CSS Codes

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

#5979bc Text Font Color

<p style="color:#5979bc">Text here</p>

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


#5979bc Background Color

<div style="background-color:#5979bc">
Div content here</div>

This div background color is #5979bc


#5979bc Border Color

<div style="border:3px solid #5979bc">
Div here</div>

This div border color is #5979bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,121,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5979bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5979bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5979bc;
  box-shadow:         1px 1px 3px 2px #5979bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5979bc


Comments

No comments written yet.

Please login to write comment.