Color Hex Logo

#596eba Color Hex

#596EBA
(89,110,186)
0 Favorites   0 Comments

Color spaces of #596eba

RGB 89110186
HSL0.630.410.54
HSV227°52°73°
CMYK 0.520.410.00   0.27
XYZ18.558716.820948.7230
Yxy16.82090.22070.2000
Hunter Lab41.01338.9988-41.7261
CIE-Lab48.033614.0656-42.5726

#596eba color RGB value is (89,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101110 10111010
Octal 131 156 272
Decimal 89 110 186
Hex 59 6E BA

RGB Percentages of Color #596eba

%23.12
%28.57
%48.31

CMYK Percentages of Color #596eba

%52
%41
%0
%27

Triadic Colors of #596eba

#596eba #ba596e #6eba59

Analogous Colors of #596eba

#596eba #7559ba #599fba

Monochromatic Colors of #596eba

#596eba

Complementary Color

#596eba #baa559

#596eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#596eba Color CSS Codes

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

#596eba Text Font Color

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

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


#596eba Background Color

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

This div background color is #596eba


#596eba Border Color

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

This div border color is #596eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596eba


Comments

No comments written yet.

Please login to write comment.