Color Hex Logo

#593cbb Color Hex

#593CBB
(89,60,187)
0 Favorites   0 Comments

Color spaces of #593cbb

RGB 8960187
HSL0.700.510.48
HSV254°68°73°
CMYK 0.520.680.00   0.27
XYZ14.70538.943447.9649
Yxy8.94340.20530.1249
Hunter Lab29.905535.4383-74.1603
CIE-Lab35.875144.8206-62.7379

#593cbb color RGB value is (89,60,187).

#593cbb hex color red value is 89, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #593cbb hue: 0.70 , saturation: 0.51 and the lightness value of 593cbb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111100 10111011
Octal 131 74 273
Decimal 89 60 187
Hex 59 3C BB

RGB Percentages of Color #593cbb

%26.49
%17.86
%55.65

CMYK Percentages of Color #593cbb

%52
%68
%0
%27

Triadic Colors of #593cbb

#593cbb #bb593c #3cbb59

Analogous Colors of #593cbb

#593cbb #993cbb #3c5ebb

Monochromatic Colors of #593cbb

#593cbb

Complementary Color

#593cbb #9ebb3c

#593cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#593cbb Color CSS Codes

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

#593cbb Text Font Color

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

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


#593cbb Background Color

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

This div background color is #593cbb


#593cbb Border Color

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

This div border color is #593cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593cbb


Comments

No comments written yet.

Please login to write comment.