Color Hex Logo

#556aff Color Hex

#556AFF
(85,106,255)
0 Favorites   0 Comments

Color spaces of #556aff

RGB 85106255
HSL0.651.000.67
HSV233°67°100°
CMYK 0.670.580.00   0.00
XYZ26.950319.459496.9433
Yxy19.45940.18800.1357
Hunter Lab44.112831.8555-99.4181
CIE-Lab51.220438.7390-76.5075

#556aff color RGB value is (85,106,255).

#556aff hex color red value is 85, green value is 106 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #556aff hue: 0.65 , saturation: 1.00 and the lightness value of 556aff is 0.67.

The process color (four color CMYK) of #556aff color hex is 0.67, 0.58, 0.00, 0.00. Web safe color of #556aff is #6666ff. Color #556aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101010 11111111
Octal 125 152 377
Decimal 85 106 255
Hex 55 6A FF

RGB Percentages of Color #556aff

%19.06
%23.77
%57.17

CMYK Percentages of Color #556aff

%67
%58
%0
%0

Triadic Colors of #556aff

#556aff #ff556a #6aff55

Analogous Colors of #556aff

#556aff #9555ff #55bfff

Monochromatic Colors of #556aff

#556aff

Complementary Color

#556aff #ffea55

#556aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#556aff Color CSS Codes

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

#556aff Text Font Color

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

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


#556aff Background Color

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

This div background color is #556aff


#556aff Border Color

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

This div border color is #556aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556aff

Related Colors


Comments

No comments written yet.

Please login to write comment.