Color Hex Logo

#556abe Color Hex

#556ABE
(85,106,190)
0 Favorites   0 Comments

Color spaces of #556abe

RGB 85106190
HSL0.630.450.54
HSV228°55°75°
CMYK 0.550.440.00   0.25
XYZ18.194615.957150.8363
Yxy15.95710.21410.1878
Hunter Lab39.946311.3964-47.4909
CIE-Lab46.918216.9639-46.6762

#556abe color RGB value is (85,106,190).

#556abe hex color red value is 85, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #556abe hue: 0.63 , saturation: 0.45 and the lightness value of 556abe is 0.54.

The process color (four color CMYK) of #556abe color hex is 0.55, 0.44, 0.00, 0.25. Web safe color of #556abe is #6666cc. Color #556abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101010 10111110
Octal 125 152 276
Decimal 85 106 190
Hex 55 6A BE

RGB Percentages of Color #556abe

%22.31
%27.82
%49.87

CMYK Percentages of Color #556abe

%55
%44
%0
%25

Triadic Colors of #556abe

#556abe #be556a #6abe55

Analogous Colors of #556abe

#556abe #7555be #559fbe

Monochromatic Colors of #556abe

#556abe

Complementary Color

#556abe #bea955

#556abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#556abe Color CSS Codes

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

#556abe Text Font Color

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

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


#556abe Background Color

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

This div background color is #556abe


#556abe Border Color

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

This div border color is #556abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556abe


Comments

No comments written yet.

Please login to write comment.