Color Hex Logo

#596473 Color Hex

#596473
(89,100,115)
0 Favorites   0 Comments

Color spaces of #596473

RGB 89100115
HSL0.600.130.40
HSV215°23°45°
CMYK 0.230.130.00   0.55
XYZ11.771512.476018.0073
Yxy12.47600.27860.2953
Hunter Lab35.3214-2.3240-5.5018
CIE-Lab41.9629-0.6094-9.8448

#596473 color RGB value is (89,100,115).

#596473 hex color red value is 89, green value is 100 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #596473 hue: 0.60 , saturation: 0.13 and the lightness value of 596473 is 0.40.

The process color (four color CMYK) of #596473 color hex is 0.23, 0.13, 0.00, 0.55. Web safe color of #596473 is #666666. Color #596473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100100 01110011
Octal 131 144 163
Decimal 89 100 115
Hex 59 64 73

RGB Percentages of Color #596473

%29.28
%32.89
%37.83

CMYK Percentages of Color #596473

%23
%13
%0
%55

Triadic Colors of #596473

#596473 #735964 #647359

Analogous Colors of #596473

#596473 #5b5973 #597173

Monochromatic Colors of #596473

#596473

Complementary Color

#596473 #736859

#596473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596473 Color CSS Codes

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

#596473 Text Font Color

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

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


#596473 Background Color

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

This div background color is #596473


#596473 Border Color

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

This div border color is #596473


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,100,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #596473; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #596473;
  -webkit-box-shadow: 1px 1px 3px 2px #596473;
  box-shadow:         1px 1px 3px 2px #596473; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596473


Comments

No comments written yet.

Please login to write comment.