Color Hex Logo

#5961bc Color Hex

#5961BC
(89,97,188)
0 Favorites   0 Comments

Color spaces of #5961bc

RGB 8997188
HSL0.650.420.54
HSV235°53°74°
CMYK 0.530.480.00   0.26
XYZ17.471614.304149.4171
Yxy14.30410.21520.1762
Hunter Lab37.820816.2732-50.9946
CIE-Lab44.665922.8032-49.1019

#5961bc color RGB value is (89,97,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100001 10111100
Octal 131 141 274
Decimal 89 97 188
Hex 59 61 BC

RGB Percentages of Color #5961bc

%23.80
%25.94
%50.27

CMYK Percentages of Color #5961bc

%53
%48
%0
%26

Triadic Colors of #5961bc

#5961bc #bc5961 #61bc59

Analogous Colors of #5961bc

#5961bc #8359bc #5993bc

Monochromatic Colors of #5961bc

#5961bc

Complementary Color

#5961bc #bcb459

#5961bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5961bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5961bc Color CSS Codes

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

#5961bc Text Font Color

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

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


#5961bc Background Color

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

This div background color is #5961bc


#5961bc Border Color

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

This div border color is #5961bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5961bc


Comments

No comments written yet.

Please login to write comment.