Color Hex Logo

#5586ff Color Hex

#5586FF
(85,134,255)
0 Favorites   0 Comments

Color spaces of #5586ff

RGB 85134255
HSL0.621.000.67
HSV223°67°100°
CMYK 0.670.470.00   0.00
XYZ30.321426.201598.0670
Yxy26.20150.19610.1695
Hunter Lab51.187416.1584-77.7591
CIE-Lab58.227821.6964-65.1664

#5586ff color RGB value is (85,134,255).

#5586ff hex color red value is 85, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5586ff hue: 0.62 , saturation: 1.00 and the lightness value of 5586ff is 0.67.

The process color (four color CMYK) of #5586ff color hex is 0.67, 0.47, 0.00, 0.00. Web safe color of #5586ff is #6699ff. Color #5586ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000110 11111111
Octal 125 206 377
Decimal 85 134 255
Hex 55 86 FF

RGB Percentages of Color #5586ff

%17.93
%28.27
%53.80

CMYK Percentages of Color #5586ff

%67
%47
%0
%0

Triadic Colors of #5586ff

#5586ff #ff5586 #86ff55

Analogous Colors of #5586ff

#5586ff #7955ff #55dbff

Monochromatic Colors of #5586ff

#5586ff

Complementary Color

#5586ff #ffce55

#5586ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5586ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5586ff Color CSS Codes

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

#5586ff Text Font Color

<p style="color:#5586ff">Text here</p>

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


#5586ff Background Color

<div style="background-color:#5586ff">
Div content here</div>

This div background color is #5586ff


#5586ff Border Color

<div style="border:3px solid #5586ff">
Div here</div>

This div border color is #5586ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,134,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5586ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5586ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5586ff;
  box-shadow:         1px 1px 3px 2px #5586ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5586ff


Comments

No comments written yet.

Please login to write comment.