Color Hex Logo

#559aff Color Hex

#559AFF
(85,154,255)
0 Favorites   0 Comments

Color spaces of #559aff

RGB 85154255
HSL0.601.000.67
HSV216°67°100°
CMYK 0.670.400.00   0.00
XYZ33.351932.262599.0772
Yxy32.26250.20250.1959
Hunter Lab56.80015.4116-63.6603
CIE-Lab63.55929.7386-56.6352

#559aff color RGB value is (85,154,255).

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

The process color (four color CMYK) of #559aff color hex is 0.67, 0.40, 0.00, 0.00. Web safe color of #559aff is #6699ff. Color #559aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011010 11111111
Octal 125 232 377
Decimal 85 154 255
Hex 55 9A FF

RGB Percentages of Color #559aff

%17.21
%31.17
%51.62

CMYK Percentages of Color #559aff

%67
%40
%0
%0

Triadic Colors of #559aff

#559aff #ff559a #9aff55

Analogous Colors of #559aff

#559aff #6555ff #55efff

Monochromatic Colors of #559aff

#559aff

Complementary Color

#559aff #ffba55

#559aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#559aff Color CSS Codes

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

#559aff Text Font Color

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

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


#559aff Background Color

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

This div background color is #559aff


#559aff Border Color

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

This div border color is #559aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559aff

Related Colors

#559aff Color Palettes


Comments

No comments written yet.

Please login to write comment.