Color Hex Logo

#559beb Color Hex

#559BEB
(85,155,235)
0 Favorites   0 Comments

Color spaces of #559beb

RGB 85155235
HSL0.590.790.63
HSV212°64°92°
CMYK 0.640.340.00   0.08
XYZ30.463131.372183.0471
Yxy31.37210.21030.2165
Hunter Lab56.0108-0.9365-48.7016
CIE-Lab62.82052.4317-46.8361

#559beb color RGB value is (85,155,235).

#559beb hex color red value is 85, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #559beb hue: 0.59 , saturation: 0.79 and the lightness value of 559beb is 0.63.

The process color (four color CMYK) of #559beb color hex is 0.64, 0.34, 0.00, 0.08. Web safe color of #559beb is #6699ff. Color #559beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011011 11101011
Octal 125 233 353
Decimal 85 155 235
Hex 55 9B EB

RGB Percentages of Color #559beb

%17.89
%32.63
%49.47

CMYK Percentages of Color #559beb

%64
%34
%0
%8

Triadic Colors of #559beb

#559beb #eb559b #9beb55

Analogous Colors of #559beb

#559beb #5a55eb #55e6eb

Monochromatic Colors of #559beb

#559beb

Complementary Color

#559beb #eba555

#559beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#559beb Color CSS Codes

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

#559beb Text Font Color

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

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


#559beb Background Color

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

This div background color is #559beb


#559beb Border Color

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

This div border color is #559beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559beb


Comments

No comments written yet.

Please login to write comment.