Color Hex Logo

#595566 Color Hex

#595566
(89,85,102)
0 Favorites   0 Comments

Color spaces of #595566

RGB 8985102
HSL0.710.090.37
HSV254°17°40°
CMYK 0.130.170.00   0.60
XYZ9.76669.580213.9048
Yxy9.58020.29370.2881
Hunter Lab30.95192.1583-4.9691
CIE-Lab37.07825.4064-9.2018

#595566 color RGB value is (89,85,102).

#595566 hex color red value is 89, green value is 85 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #595566 hue: 0.71 , saturation: 0.09 and the lightness value of 595566 is 0.37.

The process color (four color CMYK) of #595566 color hex is 0.13, 0.17, 0.00, 0.60. Web safe color of #595566 is #666666. Color #595566 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010101 01100110
Octal 131 125 146
Decimal 89 85 102
Hex 59 55 66

RGB Percentages of Color #595566

%32.25
%30.80
%36.96

CMYK Percentages of Color #595566

%13
%17
%0
%60

Triadic Colors of #595566

#595566 #665955 #556659

Analogous Colors of #595566

#595566 #625566 #555a66

Monochromatic Colors of #595566

#595566

Complementary Color

#595566 #626655

#595566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595566 Color CSS Codes

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

#595566 Text Font Color

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

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


#595566 Background Color

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

This div background color is #595566


#595566 Border Color

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

This div border color is #595566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595566


Comments

No comments written yet.

Please login to write comment.