Color Hex Logo

#556bda Color Hex

#556BDA
(85,107,218)
0 Favorites   0 Comments

Color spaces of #556bda

RGB 85107218
HSL0.640.640.59
HSV230°61°85°
CMYK 0.610.510.00   0.15
XYZ21.658917.508668.5676
Yxy17.50860.20100.1625
Hunter Lab41.843319.1694-67.8668
CIE-Lab48.894625.6822-59.5413

#556bda color RGB value is (85,107,218).

#556bda hex color red value is 85, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #556bda hue: 0.64 , saturation: 0.64 and the lightness value of 556bda is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101011 11011010
Octal 125 153 332
Decimal 85 107 218
Hex 55 6B DA

RGB Percentages of Color #556bda

%20.73
%26.10
%53.17

CMYK Percentages of Color #556bda

%61
%51
%0
%15

Triadic Colors of #556bda

#556bda #da556b #6bda55

Analogous Colors of #556bda

#556bda #8255da #55aeda

Monochromatic Colors of #556bda

#556bda

Complementary Color

#556bda #dac455

#556bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#556bda Color CSS Codes

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

#556bda Text Font Color

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

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


#556bda Background Color

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

This div background color is #556bda


#556bda Border Color

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

This div border color is #556bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556bda


Comments

No comments written yet.

Please login to write comment.