Color Hex Logo

#5583db Color Hex

#5583DB
(85,131,219)
0 Favorites   0 Comments

Color spaces of #5583db

RGB 85131219
HSL0.610.650.60
HSV219°61°86°
CMYK 0.610.400.00   0.14
XYZ24.648823.278470.2119
Yxy23.27840.20860.1970
Hunter Lab48.24776.7587-52.5077
CIE-Lab55.357911.2746-49.7570

#5583db color RGB value is (85,131,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000011 11011011
Octal 125 203 333
Decimal 85 131 219
Hex 55 83 DB

RGB Percentages of Color #5583db

%19.54
%30.11
%50.34

CMYK Percentages of Color #5583db

%61
%40
%0
%14

Triadic Colors of #5583db

#5583db #db5583 #83db55

Analogous Colors of #5583db

#5583db #6a55db #55c6db

Monochromatic Colors of #5583db

#5583db

Complementary Color

#5583db #dbad55

#5583db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5583db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5583db Color CSS Codes

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

#5583db Text Font Color

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

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


#5583db Background Color

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

This div background color is #5583db


#5583db Border Color

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

This div border color is #5583db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5583db


Comments

No comments written yet.

Please login to write comment.