Color Hex Logo

#596576 Color Hex

#596576
(89,101,118)
1 Favorites   0 Comments

Color spaces of #596576

RGB 89101118
HSL0.600.140.41
HSV215°25°46°
CMYK 0.250.140.00   0.54
XYZ12.043512.739218.9637
Yxy12.73920.27530.2912
Hunter Lab35.6920-2.2301-6.5172
CIE-Lab42.3676-0.4491-11.0570

#596576 color RGB value is (89,101,118).

#596576 hex color red value is 89, green value is 101 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #596576 hue: 0.60 , saturation: 0.14 and the lightness value of 596576 is 0.41.

The process color (four color CMYK) of #596576 color hex is 0.25, 0.14, 0.00, 0.54. Web safe color of #596576 is #666666. Color #596576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100101 01110110
Octal 131 145 166
Decimal 89 101 118
Hex 59 65 76

RGB Percentages of Color #596576

%28.90
%32.79
%38.31

CMYK Percentages of Color #596576

%25
%14
%0
%54

Triadic Colors of #596576

#596576 #765965 #657659

Analogous Colors of #596576

#596576 #5c5976 #597476

Monochromatic Colors of #596576

#596576

Complementary Color

#596576 #766a59

#596576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596576 Color CSS Codes

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

#596576 Text Font Color

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

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


#596576 Background Color

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

This div background color is #596576


#596576 Border Color

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

This div border color is #596576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596576


Comments

No comments written yet.

Please login to write comment.