Color Hex Logo

#595dbd Color Hex

#595DBD
(89,93,189)
0 Favorites   0 Comments

Color spaces of #595dbd

RGB 8993189
HSL0.660.430.55
HSV238°53°74°
CMYK 0.530.510.00   0.26
XYZ17.219513.626749.8668
Yxy13.62670.21330.1688
Hunter Lab36.914418.6650-54.2535
CIE-Lab43.692725.6239-51.2446

#595dbd color RGB value is (89,93,189).

#595dbd hex color red value is 89, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #595dbd hue: 0.66 , saturation: 0.43 and the lightness value of 595dbd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011101 10111101
Octal 131 135 275
Decimal 89 93 189
Hex 59 5D BD

RGB Percentages of Color #595dbd

%23.99
%25.07
%50.94

CMYK Percentages of Color #595dbd

%53
%51
%0
%26

Triadic Colors of #595dbd

#595dbd #bd595d #5dbd59

Analogous Colors of #595dbd

#595dbd #8759bd #598fbd

Monochromatic Colors of #595dbd

#595dbd

Complementary Color

#595dbd #bdb959

#595dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#595dbd Color CSS Codes

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

#595dbd Text Font Color

<p style="color:#595dbd">Text here</p>

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


#595dbd Background Color

<div style="background-color:#595dbd">
Div content here</div>

This div background color is #595dbd


#595dbd Border Color

<div style="border:3px solid #595dbd">
Div here</div>

This div border color is #595dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,93,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #595dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #595dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #595dbd;
  box-shadow:         1px 1px 3px 2px #595dbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595dbd


Comments

No comments written yet.

Please login to write comment.