Color Hex Logo

#596cbe Color Hex

#596CBE
(89,108,190)
0 Favorites   0 Comments

Color spaces of #596cbe

RGB 89108190
HSL0.640.440.55
HSV229°53°75°
CMYK 0.530.430.00   0.25
XYZ18.776616.566750.9232
Yxy16.56670.21770.1920
Hunter Lab40.702211.1161-45.6871
CIE-Lab47.709416.5939-45.4004

#596cbe color RGB value is (89,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101100 10111110
Octal 131 154 276
Decimal 89 108 190
Hex 59 6C BE

RGB Percentages of Color #596cbe

%23.00
%27.91
%49.10

CMYK Percentages of Color #596cbe

%53
%43
%0
%25

Triadic Colors of #596cbe

#596cbe #be596c #6cbe59

Analogous Colors of #596cbe

#596cbe #7959be #599fbe

Monochromatic Colors of #596cbe

#596cbe

Complementary Color

#596cbe #beab59

#596cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#596cbe Color CSS Codes

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

#596cbe Text Font Color

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

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


#596cbe Background Color

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

This div background color is #596cbe


#596cbe Border Color

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

This div border color is #596cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596cbe


Comments

No comments written yet.

Please login to write comment.