Color Hex Logo

#556db2 Color Hex

#556DB2
(85,109,178)
0 Favorites   0 Comments

Color spaces of #556db2

RGB 85109178
HSL0.620.380.52
HSV225°52°70°
CMYK 0.520.390.00   0.30
XYZ17.250816.082944.3146
Yxy16.08290.22220.2071
Hunter Lab40.10356.6019-37.4434
CIE-Lab47.083111.1818-39.4511

#556db2 color RGB value is (85,109,178).

#556db2 hex color red value is 85, green value is 109 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #556db2 hue: 0.62 , saturation: 0.38 and the lightness value of 556db2 is 0.52.

The process color (four color CMYK) of #556db2 color hex is 0.52, 0.39, 0.00, 0.30. Web safe color of #556db2 is #666699. Color #556db2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101101 10110010
Octal 125 155 262
Decimal 85 109 178
Hex 55 6D B2

RGB Percentages of Color #556db2

%22.85
%29.30
%47.85

CMYK Percentages of Color #556db2

%52
%39
%0
%30

Triadic Colors of #556db2

#556db2 #b2556d #6db255

Analogous Colors of #556db2

#556db2 #6c55b2 #559cb2

Monochromatic Colors of #556db2

#556db2

Complementary Color

#556db2 #b29a55

#556db2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556db2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556db2 Color CSS Codes

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

#556db2 Text Font Color

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

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


#556db2 Background Color

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

This div background color is #556db2


#556db2 Border Color

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

This div border color is #556db2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556db2


Comments

No comments written yet.

Please login to write comment.