Color Hex Logo

#595576 Color Hex

#595576
(89,85,118)
0 Favorites   0 Comments

Color spaces of #595576

RGB 8985118
HSL0.690.160.40
HSV247°28°46°
CMYK 0.250.280.00   0.54
XYZ10.63839.928918.4953
Yxy9.92890.27230.2542
Hunter Lab31.51025.1215-12.7439
CIE-Lab37.71459.4336-18.1524

#595576 color RGB value is (89,85,118).

#595576 hex color red value is 89, green value is 85 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #595576 hue: 0.69 , saturation: 0.16 and the lightness value of 595576 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010101 01110110
Octal 131 125 166
Decimal 89 85 118
Hex 59 55 76

RGB Percentages of Color #595576

%30.48
%29.11
%40.41

CMYK Percentages of Color #595576

%25
%28
%0
%54

Triadic Colors of #595576

#595576 #765955 #557659

Analogous Colors of #595576

#595576 #6a5576 #556276

Monochromatic Colors of #595576

#595576

Complementary Color

#595576 #727655

#595576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595576 Color CSS Codes

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

#595576 Text Font Color

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

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


#595576 Background Color

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

This div background color is #595576


#595576 Border Color

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

This div border color is #595576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595576


Comments

No comments written yet.

Please login to write comment.