Color Hex Logo

#595965 Color Hex

#595965
(89,89,101)
0 Favorites   0 Comments

Color spaces of #595965

RGB 8989101
HSL0.670.060.37
HSV240°12°40°
CMYK 0.120.120.00   0.60
XYZ10.041210.208213.7531
Yxy10.20820.29530.3002
Hunter Lab31.95030.1853-3.1564
CIE-Lab38.21352.6874-6.8767

#595965 color RGB value is (89,89,101).

#595965 hex color red value is 89, green value is 89 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #595965 hue: 0.67 , saturation: 0.06 and the lightness value of 595965 is 0.37.

The process color (four color CMYK) of #595965 color hex is 0.12, 0.12, 0.00, 0.60. Web safe color of #595965 is #666666. Color #595965 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011001 01100101
Octal 131 131 145
Decimal 89 89 101
Hex 59 59 65

RGB Percentages of Color #595965

%31.90
%31.90
%36.20

CMYK Percentages of Color #595965

%12
%12
%0
%60

Triadic Colors of #595965

#595965 #655959 #596559

Analogous Colors of #595965

#595965 #5f5965 #595f65

Monochromatic Colors of #595965

#595965

Complementary Color

#595965 #656559

#595965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595965 Color CSS Codes

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

#595965 Text Font Color

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

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


#595965 Background Color

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

This div background color is #595965


#595965 Border Color

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

This div border color is #595965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595965


Comments

No comments written yet.

Please login to write comment.