Color Hex Logo

#5585de Color Hex

#5585DE
(85,133,222)
0 Favorites   0 Comments

Color spaces of #5585de

RGB 85133222
HSL0.610.670.60
HSV219°62°87°
CMYK 0.620.400.00   0.13
XYZ25.318723.980372.4015
Yxy23.98030.20800.1970
Hunter Lab48.96976.5926-53.3813
CIE-Lab56.068111.0766-50.3105

#5585de color RGB value is (85,133,222).

#5585de hex color red value is 85, green value is 133 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5585de hue: 0.61 , saturation: 0.67 and the lightness value of 5585de is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000101 11011110
Octal 125 205 336
Decimal 85 133 222
Hex 55 85 DE

RGB Percentages of Color #5585de

%19.32
%30.23
%50.45

CMYK Percentages of Color #5585de

%62
%40
%0
%13

Triadic Colors of #5585de

#5585de #de5585 #85de55

Analogous Colors of #5585de

#5585de #6a55de #55cade

Monochromatic Colors of #5585de

#5585de

Complementary Color

#5585de #deae55

#5585de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5585de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5585de Color CSS Codes

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

#5585de Text Font Color

<p style="color:#5585de">Text here</p>

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


#5585de Background Color

<div style="background-color:#5585de">
Div content here</div>

This div background color is #5585de


#5585de Border Color

<div style="border:3px solid #5585de">
Div here</div>

This div border color is #5585de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,133,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5585de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5585de;
  -webkit-box-shadow: 1px 1px 3px 2px #5585de;
  box-shadow:         1px 1px 3px 2px #5585de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5585de


Comments

No comments written yet.

Please login to write comment.