Color Hex Logo

#5583df Color Hex

#5583DF
(85,131,223)
0 Favorites   0 Comments

Color spaces of #5583df

RGB 85131223
HSL0.610.680.60
HSV220°62°87°
CMYK 0.620.410.00   0.13
XYZ25.181923.491673.0191
Yxy23.49160.20690.1930
Hunter Lab48.46817.9215-55.3950
CIE-Lab55.575112.6208-51.6553

#5583df color RGB value is (85,131,223).

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

The process color (four color CMYK) of #5583df color hex is 0.62, 0.41, 0.00, 0.13. Web safe color of #5583df is #6699cc. Color #5583df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000011 11011111
Octal 125 203 337
Decimal 85 131 223
Hex 55 83 DF

RGB Percentages of Color #5583df

%19.36
%29.84
%50.80

CMYK Percentages of Color #5583df

%62
%41
%0
%13

Triadic Colors of #5583df

#5583df #df5583 #83df55

Analogous Colors of #5583df

#5583df #6c55df #55c8df

Monochromatic Colors of #5583df

#5583df

Complementary Color

#5583df #dfb155

#5583df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5583df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5583df Color CSS Codes

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

#5583df Text Font Color

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

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


#5583df Background Color

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

This div background color is #5583df


#5583df Border Color

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

This div border color is #5583df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5583df


Comments

No comments written yet.

Please login to write comment.