Color Hex Logo

#596dbb Color Hex

#596DBB
(89,109,187)
0 Favorites   0 Comments

Color spaces of #596dbb

RGB 89109187
HSL0.630.420.54
HSV228°52°73°
CMYK 0.520.420.00   0.27
XYZ18.558116.649049.2492
Yxy16.64900.21970.1971
Hunter Lab40.80329.7798-43.0004
CIE-Lab47.814715.0059-43.4987

#596dbb color RGB value is (89,109,187).

#596dbb hex color red value is 89, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #596dbb hue: 0.63 , saturation: 0.42 and the lightness value of 596dbb is 0.54.

The process color (four color CMYK) of #596dbb color hex is 0.52, 0.42, 0.00, 0.27. Web safe color of #596dbb is #6666cc. Color #596dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101101 10111011
Octal 131 155 273
Decimal 89 109 187
Hex 59 6D BB

RGB Percentages of Color #596dbb

%23.12
%28.31
%48.57

CMYK Percentages of Color #596dbb

%52
%42
%0
%27

Triadic Colors of #596dbb

#596dbb #bb596d #6dbb59

Analogous Colors of #596dbb

#596dbb #7659bb #599ebb

Monochromatic Colors of #596dbb

#596dbb

Complementary Color

#596dbb #bba759

#596dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#596dbb Color CSS Codes

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

#596dbb Text Font Color

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

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


#596dbb Background Color

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

This div background color is #596dbb


#596dbb Border Color

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

This div border color is #596dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596dbb


Comments

No comments written yet.

Please login to write comment.