Color Hex Logo

#556aaf Color Hex

#556AAF
(85,106,175)
0 Favorites   0 Comments

Color spaces of #556aaf

RGB 85106175
HSL0.630.360.51
HSV226°51°69°
CMYK 0.510.390.00   0.31
XYZ16.638215.334542.6404
Yxy15.33450.22300.2055
Hunter Lab39.15937.3132-37.1491
CIE-Lab46.089012.0752-39.2745

#556aaf color RGB value is (85,106,175).

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

The process color (four color CMYK) of #556aaf color hex is 0.51, 0.39, 0.00, 0.31. Web safe color of #556aaf is #666699. Color #556aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101010 10101111
Octal 125 152 257
Decimal 85 106 175
Hex 55 6A AF

RGB Percentages of Color #556aaf

%23.22
%28.96
%47.81

CMYK Percentages of Color #556aaf

%51
%39
%0
%31

Triadic Colors of #556aaf

#556aaf #af556a #6aaf55

Analogous Colors of #556aaf

#556aaf #6d55af #5597af

Monochromatic Colors of #556aaf

#556aaf

Complementary Color

#556aaf #af9a55

#556aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#556aaf Color CSS Codes

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

#556aaf Text Font Color

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

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


#556aaf Background Color

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

This div background color is #556aaf


#556aaf Border Color

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

This div border color is #556aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556aaf


Comments

No comments written yet.

Please login to write comment.