Color Hex Logo

#20595a Color Hex

#20595A
(32,89,90)
0 Favorites   0 Comments

Color spaces of #20595a

RGB 328990
HSL0.500.480.24
HSV181°64°35°
CMYK 0.640.010.00   0.65
XYZ6.01358.190010.9367
Yxy8.19000.23920.3258
Hunter Lab28.6182-12.5738-2.6255
CIE-Lab34.3755-17.9004-6.1148

#20595a color RGB value is (32,89,90).

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

The process color (four color CMYK) of #20595a color hex is 0.64, 0.01, 0.00, 0.65. Web safe color of #20595a is #336666. Color #20595a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01011001 01011010
Octal 40 131 132
Decimal 32 89 90
Hex 20 59 5A

RGB Percentages of Color #20595a

%15.17
%42.18
%42.65

CMYK Percentages of Color #20595a

%64
%1
%0
%65

Triadic Colors of #20595a

#20595a #5a2059 #595a20

Analogous Colors of #20595a

#20595a #203c5a #205a3e

Monochromatic Colors of #20595a

#20595a

Complementary Color

#20595a #5a2120

#20595a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20595a Color Preview on White Background

Lorem ipsum dolor sit amet.

#20595a Color CSS Codes

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

#20595a Text Font Color

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

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


#20595a Background Color

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

This div background color is #20595a


#20595a Border Color

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

This div border color is #20595a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20595a


Comments

No comments written yet.

Please login to write comment.