Color Hex Logo

#596d99 Color Hex

#596D99
(89,109,153)
0 Favorites   0 Comments

Color spaces of #596d99

RGB 89109153
HSL0.610.260.47
HSV221°42°60°
CMYK 0.420.290.00   0.40
XYZ15.338215.361032.2936
Yxy15.36100.24350.2439
Hunter Lab39.19311.2679-21.4175
CIE-Lab46.12474.4381-26.2658

#596d99 color RGB value is (89,109,153).

#596d99 hex color red value is 89, green value is 109 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #596d99 hue: 0.61 , saturation: 0.26 and the lightness value of 596d99 is 0.47.

The process color (four color CMYK) of #596d99 color hex is 0.42, 0.29, 0.00, 0.40. Web safe color of #596d99 is #666699. Color #596d99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101101 10011001
Octal 131 155 231
Decimal 89 109 153
Hex 59 6D 99

RGB Percentages of Color #596d99

%25.36
%31.05
%43.59

CMYK Percentages of Color #596d99

%42
%29
%0
%40

Triadic Colors of #596d99

#596d99 #99596d #6d9959

Analogous Colors of #596d99

#596d99 #655999 #598d99

Monochromatic Colors of #596d99

#596d99

Complementary Color

#596d99 #998559

#596d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596d99 Color CSS Codes

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

#596d99 Text Font Color

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

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


#596d99 Background Color

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

This div background color is #596d99


#596d99 Border Color

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

This div border color is #596d99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596d99


Comments

No comments written yet.

Please login to write comment.