Color Hex Logo

#59556b Color Hex

#59556B
(89,85,107)
0 Favorites   0 Comments

Color spaces of #59556b

RGB 8985107
HSL0.700.110.38
HSV251°21°42°
CMYK 0.170.210.00   0.58
XYZ10.02229.682415.2506
Yxy9.68240.28670.2770
Hunter Lab31.11663.0383-7.2772
CIE-Lab37.26636.6212-12.0273

#59556b color RGB value is (89,85,107).

#59556b hex color red value is 89, green value is 85 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #59556b hue: 0.70 , saturation: 0.11 and the lightness value of 59556b is 0.38.

The process color (four color CMYK) of #59556b color hex is 0.17, 0.21, 0.00, 0.58. Web safe color of #59556b is #666666. Color #59556b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010101 01101011
Octal 131 125 153
Decimal 89 85 107
Hex 59 55 6B

RGB Percentages of Color #59556b

%31.67
%30.25
%38.08

CMYK Percentages of Color #59556b

%17
%21
%0
%58

Triadic Colors of #59556b

#59556b #6b5955 #556b59

Analogous Colors of #59556b

#59556b #64556b #555c6b

Monochromatic Colors of #59556b

#59556b

Complementary Color

#59556b #676b55

#59556b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59556b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59556b Color CSS Codes

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

#59556b Text Font Color

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

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


#59556b Background Color

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

This div background color is #59556b


#59556b Border Color

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

This div border color is #59556b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59556b


Comments

No comments written yet.

Please login to write comment.