Color Hex Logo

#559bdb Color Hex

#559BDB
(85,155,219)
0 Favorites   0 Comments

Color spaces of #559bdb

RGB 85155219
HSL0.580.650.60
HSV209°61°86°
CMYK 0.610.290.00   0.14
XYZ28.253830.488571.4136
Yxy30.48850.21710.2342
Hunter Lab55.2164-5.2916-38.0307
CIE-Lab62.0734-2.8286-39.1588

#559bdb color RGB value is (85,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011011 11011011
Octal 125 233 333
Decimal 85 155 219
Hex 55 9B DB

RGB Percentages of Color #559bdb

%18.52
%33.77
%47.71

CMYK Percentages of Color #559bdb

%61
%29
%0
%14

Triadic Colors of #559bdb

#559bdb #db559b #9bdb55

Analogous Colors of #559bdb

#559bdb #5558db #55dbd8

Monochromatic Colors of #559bdb

#559bdb

Complementary Color

#559bdb #db9555

#559bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#559bdb Color CSS Codes

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

#559bdb Text Font Color

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

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


#559bdb Background Color

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

This div background color is #559bdb


#559bdb Border Color

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

This div border color is #559bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559bdb


Comments

No comments written yet.

Please login to write comment.