Color Hex Logo

#596bd1 Color Hex

#596BD1
(89,107,209)
0 Favorites   0 Comments

Color spaces of #596bd1

RGB 89107209
HSL0.640.570.58
HSV231°57°82°
CMYK 0.570.490.00   0.18
XYZ20.886117.242762.5490
Yxy17.24270.20750.1713
Hunter Lab41.524317.1152-60.2428
CIE-Lab48.564423.4291-54.9404

#596bd1 color RGB value is (89,107,209).

#596bd1 hex color red value is 89, green value is 107 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #596bd1 hue: 0.64 , saturation: 0.57 and the lightness value of 596bd1 is 0.58.

The process color (four color CMYK) of #596bd1 color hex is 0.57, 0.49, 0.00, 0.18. Web safe color of #596bd1 is #6666cc. Color #596bd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101011 11010001
Octal 131 153 321
Decimal 89 107 209
Hex 59 6B D1

RGB Percentages of Color #596bd1

%21.98
%26.42
%51.60

CMYK Percentages of Color #596bd1

%57
%49
%0
%18

Triadic Colors of #596bd1

#596bd1 #d1596b #6bd159

Analogous Colors of #596bd1

#596bd1 #8359d1 #59a7d1

Monochromatic Colors of #596bd1

#596bd1

Complementary Color

#596bd1 #d1bf59

#596bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596bd1 Color CSS Codes

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

#596bd1 Text Font Color

<p style="color:#596bd1">Text here</p>

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


#596bd1 Background Color

<div style="background-color:#596bd1">
Div content here</div>

This div background color is #596bd1


#596bd1 Border Color

<div style="border:3px solid #596bd1">
Div here</div>

This div border color is #596bd1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,107,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #596bd1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #596bd1;
  -webkit-box-shadow: 1px 1px 3px 2px #596bd1;
  box-shadow:         1px 1px 3px 2px #596bd1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596bd1


Comments

No comments written yet.

Please login to write comment.