Color Hex Logo

#5501db Color Hex

#5501DB
(85,1,219)
0 Favorites   0 Comments

Color spaces of #5501db

RGB 851219
HSL0.730.990.43
HSV263°100°86°
CMYK 0.611.000.00   0.14
XYZ16.54337.067567.5101
Yxy7.06750.18160.0776
Hunter Lab26.584864.5545-131.9533
CIE-Lab31.960172.4428-87.8528

#5501db color RGB value is (85,1,219).

#5501db hex color red value is 85, green value is 1 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5501db hue: 0.73 , saturation: 0.99 and the lightness value of 5501db is 0.43.

The process color (four color CMYK) of #5501db color hex is 0.61, 1.00, 0.00, 0.14. Web safe color of #5501db is #6600cc. Color #5501db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 11011011
Octal 125 1 333
Decimal 85 1 219
Hex 55 1 DB

RGB Percentages of Color #5501db

%27.87
%0.33
%71.80

CMYK Percentages of Color #5501db

%61
%100
%0
%14

Triadic Colors of #5501db

#5501db #db5501 #01db55

Analogous Colors of #5501db

#5501db #c201db #011adb

Monochromatic Colors of #5501db

#5501db

Complementary Color

#5501db #87db01

#5501db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5501db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5501db Color CSS Codes

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

#5501db Text Font Color

<p style="color:#5501db">Text here</p>

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


#5501db Background Color

<div style="background-color:#5501db">
Div content here</div>

This div background color is #5501db


#5501db Border Color

<div style="border:3px solid #5501db">
Div here</div>

This div border color is #5501db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5501db


Comments

No comments written yet.

Please login to write comment.