Color Hex Logo

#559bda Color Hex

#559BDA
(85,155,218)
0 Favorites   0 Comments

Color spaces of #559bda

RGB 85155218
HSL0.580.640.59
HSV208°61°85°
CMYK 0.610.290.00   0.15
XYZ28.122530.435970.7222
Yxy30.43590.21750.2354
Hunter Lab55.1687-5.5542-37.3872
CIE-Lab62.0285-3.1527-38.6737

#559bda color RGB value is (85,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011011 11011010
Octal 125 233 332
Decimal 85 155 218
Hex 55 9B DA

RGB Percentages of Color #559bda

%18.56
%33.84
%47.60

CMYK Percentages of Color #559bda

%61
%29
%0
%15

Triadic Colors of #559bda

#559bda #da559b #9bda55

Analogous Colors of #559bda

#559bda #5559da #55dad7

Monochromatic Colors of #559bda

#559bda

Complementary Color

#559bda #da9455

#559bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#559bda Color CSS Codes

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

#559bda Text Font Color

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

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


#559bda Background Color

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

This div background color is #559bda


#559bda Border Color

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

This div border color is #559bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559bda


Comments

No comments written yet.

Please login to write comment.