Color Hex Logo

#596abd Color Hex

#596ABD
(89,106,189)
0 Favorites   0 Comments

Color spaces of #596abd

RGB 89106189
HSL0.640.430.55
HSV230°53°74°
CMYK 0.530.440.00   0.26
XYZ18.459216.106050.2800
Yxy16.10600.21760.1898
Hunter Lab40.132311.8712-46.1893
CIE-Lab47.113317.5132-45.7718

#596abd color RGB value is (89,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101010 10111101
Octal 131 152 275
Decimal 89 106 189
Hex 59 6A BD

RGB Percentages of Color #596abd

%23.18
%27.60
%49.22

CMYK Percentages of Color #596abd

%53
%44
%0
%26

Triadic Colors of #596abd

#596abd #bd596a #6abd59

Analogous Colors of #596abd

#596abd #7a59bd #599cbd

Monochromatic Colors of #596abd

#596abd

Complementary Color

#596abd #bdac59

#596abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#596abd Color CSS Codes

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

#596abd Text Font Color

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

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


#596abd Background Color

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

This div background color is #596abd


#596abd Border Color

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

This div border color is #596abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596abd


Comments

No comments written yet.

Please login to write comment.