Color Hex Logo

#595c73 Color Hex

#595C73
(89,92,115)
0 Favorites   0 Comments

Color spaces of #595c73

RGB 8992115
HSL0.650.130.40
HSV233°23°45°
CMYK 0.230.200.00   0.55
XYZ11.041511.015917.7640
Yxy11.01590.27730.2766
Hunter Lab33.19021.2993-8.4999
CIE-Lab39.60724.2818-13.4095

#595c73 color RGB value is (89,92,115).

#595c73 hex color red value is 89, green value is 92 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #595c73 hue: 0.65 , saturation: 0.13 and the lightness value of 595c73 is 0.40.

The process color (four color CMYK) of #595c73 color hex is 0.23, 0.20, 0.00, 0.55. Web safe color of #595c73 is #666666. Color #595c73 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011100 01110011
Octal 131 134 163
Decimal 89 92 115
Hex 59 5C 73

RGB Percentages of Color #595c73

%30.07
%31.08
%38.85

CMYK Percentages of Color #595c73

%23
%20
%0
%55

Triadic Colors of #595c73

#595c73 #73595c #5c7359

Analogous Colors of #595c73

#595c73 #635973 #596973

Monochromatic Colors of #595c73

#595c73

Complementary Color

#595c73 #737059

#595c73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595c73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595c73 Color CSS Codes

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

#595c73 Text Font Color

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

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


#595c73 Background Color

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

This div background color is #595c73


#595c73 Border Color

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

This div border color is #595c73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595c73


Comments

No comments written yet.

Please login to write comment.