Color Hex Logo

#596abb Color Hex

#596ABB
(89,106,187)
0 Favorites   0 Comments

Color spaces of #596abb

RGB 89106187
HSL0.640.420.54
HSV230°52°73°
CMYK 0.520.430.00   0.27
XYZ18.243516.019849.1443
Yxy16.01980.21870.1921
Hunter Lab40.024711.3180-44.7818
CIE-Lab47.000516.8671-44.7935

#596abb color RGB value is (89,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101010 10111011
Octal 131 152 273
Decimal 89 106 187
Hex 59 6A BB

RGB Percentages of Color #596abb

%23.30
%27.75
%48.95

CMYK Percentages of Color #596abb

%52
%43
%0
%27

Triadic Colors of #596abb

#596abb #bb596a #6abb59

Analogous Colors of #596abb

#596abb #7959bb #599bbb

Monochromatic Colors of #596abb

#596abb

Complementary Color

#596abb #bbaa59

#596abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#596abb Color CSS Codes

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

#596abb Text Font Color

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

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


#596abb Background Color

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

This div background color is #596abb


#596abb Border Color

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

This div border color is #596abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596abb


Comments

No comments written yet.

Please login to write comment.