Color Hex Logo

#556dab Color Hex

#556DAB
(85,109,171)
0 Favorites   0 Comments

Color spaces of #556dab

RGB 85109171
HSL0.620.340.50
HSV223°50°67°
CMYK 0.500.360.00   0.33
XYZ16.565615.808840.7064
Yxy15.80880.22670.2163
Hunter Lab39.76034.7892-32.8686
CIE-Lab46.72268.9365-35.9355

#556dab color RGB value is (85,109,171).

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

The process color (four color CMYK) of #556dab color hex is 0.50, 0.36, 0.00, 0.33. Web safe color of #556dab is #666699. Color #556dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101101 10101011
Octal 125 155 253
Decimal 85 109 171
Hex 55 6D AB

RGB Percentages of Color #556dab

%23.29
%29.86
%46.85

CMYK Percentages of Color #556dab

%50
%36
%0
%33

Triadic Colors of #556dab

#556dab #ab556d #6dab55

Analogous Colors of #556dab

#556dab #6855ab #5598ab

Monochromatic Colors of #556dab

#556dab

Complementary Color

#556dab #ab9355

#556dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#556dab Color CSS Codes

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

#556dab Text Font Color

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

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


#556dab Background Color

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

This div background color is #556dab


#556dab Border Color

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

This div border color is #556dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556dab


Comments

No comments written yet.

Please login to write comment.