Color Hex Logo

#595c72 Color Hex

#595C72
(89,92,114)
0 Favorites   0 Comments

Color spaces of #595c72

RGB 8992114
HSL0.650.120.40
HSV233°22°45°
CMYK 0.220.190.00   0.55
XYZ10.984210.993017.4625
Yxy10.99300.27850.2787
Hunter Lab33.15571.1131-8.0180
CIE-Lab39.56874.0253-12.8542

#595c72 color RGB value is (89,92,114).

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

The process color (four color CMYK) of #595c72 color hex is 0.22, 0.19, 0.00, 0.55. Web safe color of #595c72 is #666666. Color #595c72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011100 01110010
Octal 131 134 162
Decimal 89 92 114
Hex 59 5C 72

RGB Percentages of Color #595c72

%30.17
%31.19
%38.64

CMYK Percentages of Color #595c72

%22
%19
%0
%55

Triadic Colors of #595c72

#595c72 #72595c #5c7259

Analogous Colors of #595c72

#595c72 #635972 #596972

Monochromatic Colors of #595c72

#595c72

Complementary Color

#595c72 #726f59

#595c72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595c72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595c72 Color CSS Codes

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

#595c72 Text Font Color

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

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


#595c72 Background Color

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

This div background color is #595c72


#595c72 Border Color

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

This div border color is #595c72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595c72


Comments

No comments written yet.

Please login to write comment.