Color Hex Logo

#596dbc Color Hex

#596DBC
(89,109,188)
0 Favorites   0 Comments

Color spaces of #596dbc

RGB 89109188
HSL0.630.420.54
HSV228°53°74°
CMYK 0.530.420.00   0.26
XYZ18.665616.692049.8150
Yxy16.69200.21920.1960
Hunter Lab40.855810.0527-43.6924
CIE-Lab47.869615.3283-43.9897

#596dbc color RGB value is (89,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101101 10111100
Octal 131 155 274
Decimal 89 109 188
Hex 59 6D BC

RGB Percentages of Color #596dbc

%23.06
%28.24
%48.70

CMYK Percentages of Color #596dbc

%53
%42
%0
%26

Triadic Colors of #596dbc

#596dbc #bc596d #6dbc59

Analogous Colors of #596dbc

#596dbc #7759bc #599fbc

Monochromatic Colors of #596dbc

#596dbc

Complementary Color

#596dbc #bca859

#596dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#596dbc Color CSS Codes

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

#596dbc Text Font Color

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

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


#596dbc Background Color

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

This div background color is #596dbc


#596dbc Border Color

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

This div border color is #596dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596dbc


Comments

No comments written yet.

Please login to write comment.