Color Hex Logo

#205959 Color Hex

#205959
(32,89,89)
0 Favorites   0 Comments

Color spaces of #205959

RGB 328989
HSL0.500.470.24
HSV180°64°35°
CMYK 0.640.000.00   0.65
XYZ5.97128.173110.7140
Yxy8.17310.24020.3288
Hunter Lab28.5886-12.7475-2.2077
CIE-Lab34.3408-18.2192-5.5392

#205959 color RGB value is (32,89,89).

#205959 hex color red value is 32, green value is 89 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #205959 hue: 0.50 , saturation: 0.47 and the lightness value of 205959 is 0.24.

The process color (four color CMYK) of #205959 color hex is 0.64, 0.00, 0.00, 0.65. Web safe color of #205959 is #336666. Color #205959 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01011001 01011001
Octal 40 131 131
Decimal 32 89 89
Hex 20 59 59

RGB Percentages of Color #205959

%15.24
%42.38
%42.38

CMYK Percentages of Color #205959

%64
%0
%0
%65

Triadic Colors of #205959

#205959 #592059 #595920

Analogous Colors of #205959

#205959 #203d59 #20593d

Monochromatic Colors of #205959

#205959

Complementary Color

#205959 #592020

#205959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#205959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#205959 Color CSS Codes

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

#205959 Text Font Color

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

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


#205959 Background Color

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

This div background color is #205959


#205959 Border Color

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

This div border color is #205959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #205959


Comments

No comments written yet.

Please login to write comment.