Color Hex Logo

#559fe5 Color Hex

#559FE5
(85,159,229)
0 Favorites   0 Comments

Color spaces of #559fe5

RGB 85159229
HSL0.580.730.62
HSV209°63°90°
CMYK 0.630.310.00   0.10
XYZ30.287332.384778.7833
Yxy32.38470.21410.2289
Hunter Lab56.9076-4.5871-42.2463
CIE-Lab63.6596-1.8445-42.2070

#559fe5 color RGB value is (85,159,229).

#559fe5 hex color red value is 85, green value is 159 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #559fe5 hue: 0.58 , saturation: 0.73 and the lightness value of 559fe5 is 0.62.

The process color (four color CMYK) of #559fe5 color hex is 0.63, 0.31, 0.00, 0.10. Web safe color of #559fe5 is #6699cc. Color #559fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011111 11100101
Octal 125 237 345
Decimal 85 159 229
Hex 55 9F E5

RGB Percentages of Color #559fe5

%17.97
%33.62
%48.41

CMYK Percentages of Color #559fe5

%63
%31
%0
%10

Triadic Colors of #559fe5

#559fe5 #e5559f #9fe555

Analogous Colors of #559fe5

#559fe5 #5557e5 #55e5e3

Monochromatic Colors of #559fe5

#559fe5

Complementary Color

#559fe5 #e59b55

#559fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559fe5 Color CSS Codes

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

#559fe5 Text Font Color

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

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


#559fe5 Background Color

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

This div background color is #559fe5


#559fe5 Border Color

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

This div border color is #559fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559fe5


Comments

No comments written yet.

Please login to write comment.