Color Hex Logo

#59555c Color Hex

#59555C
(89,85,92)
0 Favorites   0 Comments

Color spaces of #59555c

RGB 898592
HSL0.760.040.35
HSV274°36°
CMYK 0.030.080.00   0.64
XYZ9.30019.393611.4482
Yxy9.39360.30850.3116
Hunter Lab30.64900.5282-0.6921
CIE-Lab36.73133.1119-3.4804

#59555c color RGB value is (89,85,92).

#59555c hex color red value is 89, green value is 85 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #59555c hue: 0.76 , saturation: 0.04 and the lightness value of 59555c is 0.35.

The process color (four color CMYK) of #59555c color hex is 0.03, 0.08, 0.00, 0.64. Web safe color of #59555c is #666666. Color #59555c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010101 01011100
Octal 131 125 134
Decimal 89 85 92
Hex 59 55 5C

RGB Percentages of Color #59555c

%33.46
%31.95
%34.59

CMYK Percentages of Color #59555c

%3
%8
%0
%64

Triadic Colors of #59555c

#59555c #5c5955 #555c59

Analogous Colors of #59555c

#59555c #5c555c #56555c

Monochromatic Colors of #59555c

#59555c

Complementary Color

#59555c #585c55

#59555c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59555c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59555c Color CSS Codes

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

#59555c Text Font Color

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

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


#59555c Background Color

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

This div background color is #59555c


#59555c Border Color

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

This div border color is #59555c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59555c


Comments

No comments written yet.

Please login to write comment.