Color Hex Logo

#556ddc Color Hex

#556DDC
(85,109,220)
0 Favorites   0 Comments

Color spaces of #556ddc

RGB 85109220
HSL0.640.660.60
HSV229°61°86°
CMYK 0.610.500.00   0.14
XYZ22.133218.035970.0249
Yxy18.03590.20090.1637
Hunter Lab42.468718.7077-68.0328
CIE-Lab49.539625.1150-59.6351

#556ddc color RGB value is (85,109,220).

#556ddc hex color red value is 85, green value is 109 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #556ddc hue: 0.64 , saturation: 0.66 and the lightness value of 556ddc is 0.60.

The process color (four color CMYK) of #556ddc color hex is 0.61, 0.50, 0.00, 0.14. Web safe color of #556ddc is #6666cc. Color #556ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101101 11011100
Octal 125 155 334
Decimal 85 109 220
Hex 55 6D DC

RGB Percentages of Color #556ddc

%20.53
%26.33
%53.14

CMYK Percentages of Color #556ddc

%61
%50
%0
%14

Triadic Colors of #556ddc

#556ddc #dc556d #6ddc55

Analogous Colors of #556ddc

#556ddc #8155dc #55b1dc

Monochromatic Colors of #556ddc

#556ddc

Complementary Color

#556ddc #dcc455

#556ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#556ddc Color CSS Codes

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

#556ddc Text Font Color

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

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


#556ddc Background Color

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

This div background color is #556ddc


#556ddc Border Color

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

This div border color is #556ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556ddc


Comments

No comments written yet.

Please login to write comment.