Color Hex Logo

#596abf Color Hex

#596ABF
(89,106,191)
0 Favorites   0 Comments

Color spaces of #596abf

RGB 89106191
HSL0.640.440.55
HSV230°53°75°
CMYK 0.530.450.00   0.25
XYZ18.677816.193551.4314
Yxy16.19350.21640.1876
Hunter Lab40.241112.4282-47.6085
CIE-Lab47.227318.1599-46.7462

#596abf color RGB value is (89,106,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101010 10111111
Octal 131 152 277
Decimal 89 106 191
Hex 59 6A BF

RGB Percentages of Color #596abf

%23.06
%27.46
%49.48

CMYK Percentages of Color #596abf

%53
%45
%0
%25

Triadic Colors of #596abf

#596abf #bf596a #6abf59

Analogous Colors of #596abf

#596abf #7b59bf #599dbf

Monochromatic Colors of #596abf

#596abf

Complementary Color

#596abf #bfae59

#596abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#596abf Color CSS Codes

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

#596abf Text Font Color

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

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


#596abf Background Color

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

This div background color is #596abf


#596abf Border Color

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

This div border color is #596abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596abf


Comments

No comments written yet.

Please login to write comment.