Color Hex Logo

#5967bb Color Hex

#5967BB
(89,103,187)
0 Favorites   0 Comments

Color spaces of #5967bb

RGB 89103187
HSL0.640.420.54
HSV231°52°73°
CMYK 0.520.450.00   0.27
XYZ17.939715.412249.0430
Yxy15.41220.21770.1871
Hunter Lab39.258412.8661-46.5864
CIE-Lab46.193718.7347-46.0790

#5967bb color RGB value is (89,103,187).

#5967bb hex color red value is 89, green value is 103 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5967bb hue: 0.64 , saturation: 0.42 and the lightness value of 5967bb is 0.54.

The process color (four color CMYK) of #5967bb color hex is 0.52, 0.45, 0.00, 0.27. Web safe color of #5967bb is #6666cc. Color #5967bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100111 10111011
Octal 131 147 273
Decimal 89 103 187
Hex 59 67 BB

RGB Percentages of Color #5967bb

%23.48
%27.18
%49.34

CMYK Percentages of Color #5967bb

%52
%45
%0
%27

Triadic Colors of #5967bb

#5967bb #bb5967 #67bb59

Analogous Colors of #5967bb

#5967bb #7c59bb #5998bb

Monochromatic Colors of #5967bb

#5967bb

Complementary Color

#5967bb #bbad59

#5967bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5967bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5967bb Color CSS Codes

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

#5967bb Text Font Color

<p style="color:#5967bb">Text here</p>

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


#5967bb Background Color

<div style="background-color:#5967bb">
Div content here</div>

This div background color is #5967bb


#5967bb Border Color

<div style="border:3px solid #5967bb">
Div here</div>

This div border color is #5967bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,103,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5967bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5967bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5967bb;
  box-shadow:         1px 1px 3px 2px #5967bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5967bb


Comments

No comments written yet.

Please login to write comment.