Color Hex Logo

#556fcc Color Hex

#556FCC
(85,111,204)
0 Favorites   0 Comments

Color spaces of #556fcc

RGB 85111204
HSL0.630.540.57
HSV227°58°80°
CMYK 0.580.460.00   0.20
XYZ20.329817.659859.4639
Yxy17.65980.20860.1812
Hunter Lab42.023612.8120-54.4796
CIE-Lab49.080918.5000-51.2703

#556fcc color RGB value is (85,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101111 11001100
Octal 125 157 314
Decimal 85 111 204
Hex 55 6F CC

RGB Percentages of Color #556fcc

%21.25
%27.75
%51.00

CMYK Percentages of Color #556fcc

%58
%46
%0
%20

Triadic Colors of #556fcc

#556fcc #cc556f #6fcc55

Analogous Colors of #556fcc

#556fcc #7755cc #55abcc

Monochromatic Colors of #556fcc

#556fcc

Complementary Color

#556fcc #ccb255

#556fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#556fcc Color CSS Codes

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

#556fcc Text Font Color

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

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


#556fcc Background Color

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

This div background color is #556fcc


#556fcc Border Color

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

This div border color is #556fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,111,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 #556fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556fcc


Comments

No comments written yet.

Please login to write comment.