Color Hex Logo

#5956bf Color Hex

#5956BF
(89,86,191)
0 Favorites   0 Comments

Color spaces of #5956bf

RGB 8986191
HSL0.670.450.54
HSV242°55°75°
CMYK 0.530.550.00   0.25
XYZ16.851612.541050.8227
Yxy12.54100.21010.1563
Hunter Lab35.413322.9670-60.2996
CIE-Lab42.063330.6178-55.0327

#5956bf color RGB value is (89,86,191).

#5956bf hex color red value is 89, green value is 86 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5956bf hue: 0.67 , saturation: 0.45 and the lightness value of 5956bf is 0.54.

The process color (four color CMYK) of #5956bf color hex is 0.53, 0.55, 0.00, 0.25. Web safe color of #5956bf is #6666cc. Color #5956bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 10111111
Octal 131 126 277
Decimal 89 86 191
Hex 59 56 BF

RGB Percentages of Color #5956bf

%24.32
%23.50
%52.19

CMYK Percentages of Color #5956bf

%53
%55
%0
%25

Triadic Colors of #5956bf

#5956bf #bf5956 #56bf59

Analogous Colors of #5956bf

#5956bf #8e56bf #5688bf

Monochromatic Colors of #5956bf

#5956bf

Complementary Color

#5956bf #bcbf56

#5956bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5956bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5956bf Color CSS Codes

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

#5956bf Text Font Color

<p style="color:#5956bf">Text here</p>

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


#5956bf Background Color

<div style="background-color:#5956bf">
Div content here</div>

This div background color is #5956bf


#5956bf Border Color

<div style="border:3px solid #5956bf">
Div here</div>

This div border color is #5956bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,86,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5956bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5956bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5956bf;
  box-shadow:         1px 1px 3px 2px #5956bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5956bf


Comments

No comments written yet.

Please login to write comment.