Color Hex Logo

#556cab Color Hex

#556CAB
(85,108,171)
0 Favorites   0 Comments

Color spaces of #556cab

RGB 85108171
HSL0.620.340.50
HSV224°50°67°
CMYK 0.500.370.00   0.33
XYZ16.459615.596740.6710
Yxy15.59670.22630.2145
Hunter Lab39.49275.2824-33.4142
CIE-Lab46.44099.5541-36.3795

#556cab color RGB value is (85,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101100 10101011
Octal 125 154 253
Decimal 85 108 171
Hex 55 6C AB

RGB Percentages of Color #556cab

%23.35
%29.67
%46.98

CMYK Percentages of Color #556cab

%50
%37
%0
%33

Triadic Colors of #556cab

#556cab #ab556c #6cab55

Analogous Colors of #556cab

#556cab #6955ab #5597ab

Monochromatic Colors of #556cab

#556cab

Complementary Color

#556cab #ab9455

#556cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#556cab Color CSS Codes

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

#556cab Text Font Color

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

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


#556cab Background Color

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

This div background color is #556cab


#556cab Border Color

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

This div border color is #556cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556cab


Comments

No comments written yet.

Please login to write comment.