Color Hex Logo

#559fda Color Hex

#559FDA
(85,159,218)
0 Favorites   0 Comments

Color spaces of #559fda

RGB 85159218
HSL0.570.640.59
HSV207°61°85°
CMYK 0.610.270.00   0.15
XYZ28.799331.789570.9478
Yxy31.78950.21890.2417
Hunter Lab56.3822-7.4933-35.1393
CIE-Lab63.1685-5.4149-36.8921

#559fda color RGB value is (85,159,218).

#559fda hex color red value is 85, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #559fda hue: 0.57 , saturation: 0.64 and the lightness value of 559fda is 0.59.

The process color (four color CMYK) of #559fda color hex is 0.61, 0.27, 0.00, 0.15. Web safe color of #559fda is #6699cc. Color #559fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011111 11011010
Octal 125 237 332
Decimal 85 159 218
Hex 55 9F DA

RGB Percentages of Color #559fda

%18.40
%34.42
%47.19

CMYK Percentages of Color #559fda

%61
%27
%0
%15

Triadic Colors of #559fda

#559fda #da559f #9fda55

Analogous Colors of #559fda

#559fda #555cda #55dad3

Monochromatic Colors of #559fda

#559fda

Complementary Color

#559fda #da9055

#559fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#559fda Color CSS Codes

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

#559fda Text Font Color

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

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


#559fda Background Color

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

This div background color is #559fda


#559fda Border Color

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

This div border color is #559fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559fda


Comments

No comments written yet.

Please login to write comment.