Color Hex Logo

#559ffb Color Hex

#559FFB
(85,159,251)
0 Favorites   0 Comments

Color spaces of #559ffb

RGB 85159251
HSL0.590.950.66
HSV213°66°98°
CMYK 0.660.370.00   0.02
XYZ33.557033.692696.0015
Yxy33.69260.20560.2064
Hunter Lab58.04531.6146-57.4283
CIE-Lab64.71785.4661-52.6110

#559ffb color RGB value is (85,159,251).

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

The process color (four color CMYK) of #559ffb color hex is 0.66, 0.37, 0.00, 0.02. Web safe color of #559ffb is #6699ff. Color #559ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011111 11111011
Octal 125 237 373
Decimal 85 159 251
Hex 55 9F FB

RGB Percentages of Color #559ffb

%17.17
%32.12
%50.71

CMYK Percentages of Color #559ffb

%66
%37
%0
%2

Triadic Colors of #559ffb

#559ffb #fb559f #9ffb55

Analogous Colors of #559ffb

#559ffb #5e55fb #55f2fb

Monochromatic Colors of #559ffb

#559ffb

Complementary Color

#559ffb #fbb155

#559ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#559ffb Color CSS Codes

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

#559ffb Text Font Color

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

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


#559ffb Background Color

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

This div background color is #559ffb


#559ffb Border Color

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

This div border color is #559ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559ffb


Comments

No comments written yet.

Please login to write comment.