Color Hex Logo

#556ae9 Color Hex

#556AE9
(85,106,233)
0 Favorites   0 Comments

Color spaces of #556ae9

RGB 85106233
HSL0.640.770.62
HSV231°64°91°
CMYK 0.640.550.00   0.09
XYZ23.608318.122679.3445
Yxy18.12260.19500.1497
Hunter Lab42.570624.4917-80.7071
CIE-Lab49.644531.3505-66.7963

#556ae9 color RGB value is (85,106,233).

#556ae9 hex color red value is 85, green value is 106 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #556ae9 hue: 0.64 , saturation: 0.77 and the lightness value of 556ae9 is 0.62.

The process color (four color CMYK) of #556ae9 color hex is 0.64, 0.55, 0.00, 0.09. Web safe color of #556ae9 is #6666ff. Color #556ae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101010 11101001
Octal 125 152 351
Decimal 85 106 233
Hex 55 6A E9

RGB Percentages of Color #556ae9

%20.05
%25.00
%54.95

CMYK Percentages of Color #556ae9

%64
%55
%0
%9

Triadic Colors of #556ae9

#556ae9 #e9556a #6ae955

Analogous Colors of #556ae9

#556ae9 #8a55e9 #55b4e9

Monochromatic Colors of #556ae9

#556ae9

Complementary Color

#556ae9 #e9d455

#556ae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556ae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556ae9 Color CSS Codes

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

#556ae9 Text Font Color

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

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


#556ae9 Background Color

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

This div background color is #556ae9


#556ae9 Border Color

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

This div border color is #556ae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556ae9


Comments

No comments written yet.

Please login to write comment.