Color Hex Logo

#59477b Color Hex

#59477B
(89,71,123)
0 Favorites   0 Comments

Color spaces of #59477b

RGB 8971123
HSL0.720.270.38
HSV261°42°48°
CMYK 0.280.420.00   0.52
XYZ9.94828.060419.7704
Yxy8.06040.26330.2134
Hunter Lab28.390812.8627-21.4139
CIE-Lab34.108419.6501-26.8589

#59477b color RGB value is (89,71,123).

#59477b hex color red value is 89, green value is 71 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #59477b hue: 0.72 , saturation: 0.27 and the lightness value of 59477b is 0.38.

The process color (four color CMYK) of #59477b color hex is 0.28, 0.42, 0.00, 0.52. Web safe color of #59477b is #663366. Color #59477b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000111 01111011
Octal 131 107 173
Decimal 89 71 123
Hex 59 47 7B

RGB Percentages of Color #59477b

%31.45
%25.09
%43.46

CMYK Percentages of Color #59477b

%28
%42
%0
%52

Triadic Colors of #59477b

#59477b #7b5947 #477b59

Analogous Colors of #59477b

#59477b #73477b #474f7b

Monochromatic Colors of #59477b

#59477b

Complementary Color

#59477b #697b47

#59477b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59477b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59477b Color CSS Codes

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

#59477b Text Font Color

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

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


#59477b Background Color

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

This div background color is #59477b


#59477b Border Color

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

This div border color is #59477b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59477b


Comments

No comments written yet.

Please login to write comment.