Color Hex Logo

#595063 Color Hex

#595063
(89,80,99)
0 Favorites   0 Comments

Color spaces of #595063

RGB 898099
HSL0.750.110.35
HSV268°19°39°
CMYK 0.100.190.00   0.61
XYZ9.24068.762013.0086
Yxy8.76200.29800.2825
Hunter Lab29.60073.9221-5.3357
CIE-Lab35.52207.8323-9.6729

#595063 color RGB value is (89,80,99).

#595063 hex color red value is 89, green value is 80 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #595063 hue: 0.75 , saturation: 0.11 and the lightness value of 595063 is 0.35.

The process color (four color CMYK) of #595063 color hex is 0.10, 0.19, 0.00, 0.61. Web safe color of #595063 is #666666. Color #595063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010000 01100011
Octal 131 120 143
Decimal 89 80 99
Hex 59 50 63

RGB Percentages of Color #595063

%33.21
%29.85
%36.94

CMYK Percentages of Color #595063

%10
%19
%0
%61

Triadic Colors of #595063

#595063 #635950 #506359

Analogous Colors of #595063

#595063 #635063 #505163

Monochromatic Colors of #595063

#595063

Complementary Color

#595063 #5a6350

#595063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595063 Color CSS Codes

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

#595063 Text Font Color

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

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


#595063 Background Color

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

This div background color is #595063


#595063 Border Color

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

This div border color is #595063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595063


Comments

No comments written yet.

Please login to write comment.