Color Hex Logo

#5566ff Color Hex

#5566FF
(85,102,255)
1 Favorites   0 Comments

Color spaces of #5566ff

RGB 85102255
HSL0.651.000.67
HSV234°67°100°
CMYK 0.670.600.00   0.00
XYZ26.547718.654096.8091
Yxy18.65400.18690.1314
Hunter Lab43.190334.1353-102.6627
CIE-Lab50.279941.1489-78.0403

#5566ff color RGB value is (85,102,255).

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

The process color (four color CMYK) of #5566ff color hex is 0.67, 0.60, 0.00, 0.00. Web safe color of #5566ff is #6666ff. Color #5566ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100110 11111111
Octal 125 146 377
Decimal 85 102 255
Hex 55 66 FF

RGB Percentages of Color #5566ff

%19.23
%23.08
%57.69

CMYK Percentages of Color #5566ff

%67
%60
%0
%0

Triadic Colors of #5566ff

#5566ff #ff5566 #66ff55

Analogous Colors of #5566ff

#5566ff #9955ff #55bbff

Monochromatic Colors of #5566ff

#5566ff

Complementary Color

#5566ff #ffee55

#5566ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5566ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5566ff Color CSS Codes

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

#5566ff Text Font Color

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

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


#5566ff Background Color

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

This div background color is #5566ff


#5566ff Border Color

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

This div border color is #5566ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5566ff

Related Colors

#5566ff Color Palettes


Comments

No comments written yet.

Please login to write comment.