Color Hex Logo

#595375 Color Hex

#595375
(89,83,117)
0 Favorites   0 Comments

Color spaces of #595375

RGB 8983117
HSL0.700.170.39
HSV251°29°46°
CMYK 0.240.290.00   0.54
XYZ10.42409.594718.1322
Yxy9.59470.27320.2515
Hunter Lab30.97535.8631-13.0242
CIE-Lab37.105010.4320-18.4737

#595375 color RGB value is (89,83,117).

#595375 hex color red value is 89, green value is 83 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #595375 hue: 0.70 , saturation: 0.17 and the lightness value of 595375 is 0.39.

The process color (four color CMYK) of #595375 color hex is 0.24, 0.29, 0.00, 0.54. Web safe color of #595375 is #666666. Color #595375 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010011 01110101
Octal 131 123 165
Decimal 89 83 117
Hex 59 53 75

RGB Percentages of Color #595375

%30.80
%28.72
%40.48

CMYK Percentages of Color #595375

%24
%29
%0
%54

Triadic Colors of #595375

#595375 #755953 #537559

Analogous Colors of #595375

#595375 #6a5375 #535e75

Monochromatic Colors of #595375

#595375

Complementary Color

#595375 #6f7553

#595375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595375 Color CSS Codes

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

#595375 Text Font Color

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

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


#595375 Background Color

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

This div background color is #595375


#595375 Border Color

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

This div border color is #595375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595375


Comments

No comments written yet.

Please login to write comment.