Color Hex Logo

#20556d Color Hex

#20556D
(32,85,109)
0 Favorites   0 Comments

Color spaces of #20556d

RGB 3285109
HSL0.550.550.28
HSV199°71°43°
CMYK 0.710.220.00   0.57
XYZ6.60457.908215.6463
Yxy7.90820.21900.2622
Hunter Lab28.1215-7.2909-13.3028
CIE-Lab33.7910-9.0569-18.9099

#20556d color RGB value is (32,85,109).

#20556d hex color red value is 32, green value is 85 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #20556d hue: 0.55 , saturation: 0.55 and the lightness value of 20556d is 0.28.

The process color (four color CMYK) of #20556d color hex is 0.71, 0.22, 0.00, 0.57. Web safe color of #20556d is #336666. Color #20556d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010101 01101101
Octal 40 125 155
Decimal 32 85 109
Hex 20 55 6D

RGB Percentages of Color #20556d

%14.16
%37.61
%48.23

CMYK Percentages of Color #20556d

%71
%22
%0
%57

Triadic Colors of #20556d

#20556d #6d2055 #556d20

Analogous Colors of #20556d

#20556d #202f6d #206d5f

Monochromatic Colors of #20556d

#20556d

Complementary Color

#20556d #6d3820

#20556d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20556d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20556d Color CSS Codes

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

#20556d Text Font Color

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

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


#20556d Background Color

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

This div background color is #20556d


#20556d Border Color

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

This div border color is #20556d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20556d


Comments

No comments written yet.

Please login to write comment.