Color Hex Logo

#591cbb Color Hex

#591CBB
(89,28,187)
0 Favorites   0 Comments

Color spaces of #591cbb

RGB 8928187
HSL0.730.740.42
HSV263°85°73°
CMYK 0.520.850.00   0.27
XYZ13.50476.542247.5647
Yxy6.54220.19970.0968
Hunter Lab25.577749.4846-92.3521
CIE-Lab30.741159.4365-71.1652

#591cbb color RGB value is (89,28,187).

#591cbb hex color red value is 89, green value is 28 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #591cbb hue: 0.73 , saturation: 0.74 and the lightness value of 591cbb is 0.42.

The process color (four color CMYK) of #591cbb color hex is 0.52, 0.85, 0.00, 0.27. Web safe color of #591cbb is #6633cc. Color #591cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011100 10111011
Octal 131 34 273
Decimal 89 28 187
Hex 59 1C BB

RGB Percentages of Color #591cbb

%29.28
%9.21
%61.51

CMYK Percentages of Color #591cbb

%52
%85
%0
%27

Triadic Colors of #591cbb

#591cbb #bb591c #1cbb59

Analogous Colors of #591cbb

#591cbb #a91cbb #1c2ebb

Monochromatic Colors of #591cbb

#591cbb

Complementary Color

#591cbb #7ebb1c

#591cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#591cbb Color CSS Codes

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

#591cbb Text Font Color

<p style="color:#591cbb">Text here</p>

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


#591cbb Background Color

<div style="background-color:#591cbb">
Div content here</div>

This div background color is #591cbb


#591cbb Border Color

<div style="border:3px solid #591cbb">
Div here</div>

This div border color is #591cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591cbb


Comments

No comments written yet.

Please login to write comment.