Color Hex Logo

#5f596c Color Hex

#5F596C
(95,89,108)
0 Favorites   0 Comments

Color spaces of #5f596c

RGB 9589108
HSL0.720.100.39
HSV259°18°42°
CMYK 0.120.180.00   0.58
XYZ10.998510.660415.6653
Yxy10.66040.29470.2856
Hunter Lab32.65032.9912-5.5916
CIE-Lab39.00256.5713-9.9669

#5f596c color RGB value is (95,89,108).

#5f596c hex color red value is 95, green value is 89 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #5f596c hue: 0.72 , saturation: 0.10 and the lightness value of 5f596c is 0.39.

The process color (four color CMYK) of #5f596c color hex is 0.12, 0.18, 0.00, 0.58. Web safe color of #5f596c is #666666. Color #5f596c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01011001 01101100
Octal 137 131 154
Decimal 95 89 108
Hex 5F 59 6C

RGB Percentages of Color #5f596c

%32.53
%30.48
%36.99

CMYK Percentages of Color #5f596c

%12
%18
%0
%58

Triadic Colors of #5f596c

#5f596c #6c5f59 #596c5f

Analogous Colors of #5f596c

#5f596c #69596c #595d6c

Monochromatic Colors of #5f596c

#5f596c

Complementary Color

#5f596c #666c59

#5f596c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f596c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f596c Color CSS Codes

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

#5f596c Text Font Color

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

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


#5f596c Background Color

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

This div background color is #5f596c


#5f596c Border Color

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

This div border color is #5f596c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f596c


Comments

No comments written yet.

Please login to write comment.