Color Hex Logo

#5964bc Color Hex

#5964BC
(89,100,188)
0 Favorites   0 Comments

Color spaces of #5964bc

RGB 89100188
HSL0.650.420.54
HSV233°53°74°
CMYK 0.530.470.00   0.26
XYZ17.754114.869049.5112
Yxy14.86900.21620.1810
Hunter Lab38.560314.7051-49.1357
CIE-Lab45.454220.9293-47.8402

#5964bc color RGB value is (89,100,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100100 10111100
Octal 131 144 274
Decimal 89 100 188
Hex 59 64 BC

RGB Percentages of Color #5964bc

%23.61
%26.53
%49.87

CMYK Percentages of Color #5964bc

%53
%47
%0
%26

Triadic Colors of #5964bc

#5964bc #bc5964 #64bc59

Analogous Colors of #5964bc

#5964bc #8059bc #5996bc

Monochromatic Colors of #5964bc

#5964bc

Complementary Color

#5964bc #bcb159

#5964bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5964bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5964bc Color CSS Codes

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

#5964bc Text Font Color

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

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


#5964bc Background Color

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

This div background color is #5964bc


#5964bc Border Color

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

This div border color is #5964bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5964bc


Comments

No comments written yet.

Please login to write comment.