Color Hex Logo

#596bbb Color Hex

#596BBB
(89,107,187)
0 Favorites   0 Comments

Color spaces of #596bbb

RGB 89107187
HSL0.640.420.54
HSV229°52°73°
CMYK 0.520.430.00   0.27
XYZ18.347216.227149.1789
Yxy16.22710.21910.1937
Hunter Lab40.282910.8044-44.1855
CIE-Lab47.271016.2463-44.3630

#596bbb color RGB value is (89,107,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101011 10111011
Octal 131 153 273
Decimal 89 107 187
Hex 59 6B BB

RGB Percentages of Color #596bbb

%23.24
%27.94
%48.83

CMYK Percentages of Color #596bbb

%52
%43
%0
%27

Triadic Colors of #596bbb

#596bbb #bb596b #6bbb59

Analogous Colors of #596bbb

#596bbb #7859bb #599cbb

Monochromatic Colors of #596bbb

#596bbb

Complementary Color

#596bbb #bba959

#596bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#596bbb Color CSS Codes

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

#596bbb Text Font Color

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

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


#596bbb Background Color

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

This div background color is #596bbb


#596bbb Border Color

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

This div border color is #596bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596bbb


Comments

No comments written yet.

Please login to write comment.