Color Hex Logo

#556ccd Color Hex

#556CCD
(85,108,205)
0 Favorites   0 Comments

Color spaces of #556ccd

RGB 85108205
HSL0.630.550.57
HSV229°59°80°
CMYK 0.590.470.00   0.20
XYZ20.128317.064259.9904
Yxy17.06420.20710.1756
Hunter Lab41.308814.6861-57.1872
CIE-Lab48.340820.6986-53.0273

#556ccd color RGB value is (85,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101100 11001101
Octal 125 154 315
Decimal 85 108 205
Hex 55 6C CD

RGB Percentages of Color #556ccd

%21.36
%27.14
%51.51

CMYK Percentages of Color #556ccd

%59
%47
%0
%20

Triadic Colors of #556ccd

#556ccd #cd556c #6ccd55

Analogous Colors of #556ccd

#556ccd #7a55cd #55a8cd

Monochromatic Colors of #556ccd

#556ccd

Complementary Color

#556ccd #cdb655

#556ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#556ccd Color CSS Codes

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

#556ccd Text Font Color

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

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


#556ccd Background Color

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

This div background color is #556ccd


#556ccd Border Color

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

This div border color is #556ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556ccd


Comments

No comments written yet.

Please login to write comment.