Color Hex Logo

#556ecc Color Hex

#556ECC
(85,110,204)
0 Favorites   0 Comments

Color spaces of #556ecc

RGB 85110204
HSL0.630.540.57
HSV227°58°80°
CMYK 0.580.460.00   0.20
XYZ20.221317.442859.4278
Yxy17.44280.20830.1797
Hunter Lab41.764613.3369-55.1299
CIE-Lab48.813219.1208-51.6987

#556ecc color RGB value is (85,110,204).

#556ecc hex color red value is 85, green value is 110 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #556ecc hue: 0.63 , saturation: 0.54 and the lightness value of 556ecc is 0.57.

The process color (four color CMYK) of #556ecc color hex is 0.58, 0.46, 0.00, 0.20. Web safe color of #556ecc is #6666cc. Color #556ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101110 11001100
Octal 125 156 314
Decimal 85 110 204
Hex 55 6E CC

RGB Percentages of Color #556ecc

%21.30
%27.57
%51.13

CMYK Percentages of Color #556ecc

%58
%46
%0
%20

Triadic Colors of #556ecc

#556ecc #cc556e #6ecc55

Analogous Colors of #556ecc

#556ecc #7855cc #55aacc

Monochromatic Colors of #556ecc

#556ecc

Complementary Color

#556ecc #ccb355

#556ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#556ecc Color CSS Codes

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

#556ecc Text Font Color

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

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


#556ecc Background Color

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

This div background color is #556ecc


#556ecc Border Color

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

This div border color is #556ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556ecc


Comments

No comments written yet.

Please login to write comment.