Color Hex Logo

#5566ec Color Hex

#5566EC
(85,102,236)
0 Favorites   0 Comments

Color spaces of #5566ec

RGB 85102236
HSL0.650.800.63
HSV233°64°93°
CMYK 0.640.570.00   0.07
XYZ23.638017.490281.4870
Yxy17.49020.19280.1426
Hunter Lab41.821327.7035-86.2491
CIE-Lab48.871834.8125-69.7340

#5566ec color RGB value is (85,102,236).

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

The process color (four color CMYK) of #5566ec color hex is 0.64, 0.57, 0.00, 0.07. Web safe color of #5566ec is #6666ff. Color #5566ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100110 11101100
Octal 125 146 354
Decimal 85 102 236
Hex 55 66 EC

RGB Percentages of Color #5566ec

%20.09
%24.11
%55.79

CMYK Percentages of Color #5566ec

%64
%57
%0
%7

Triadic Colors of #5566ec

#5566ec #ec5566 #66ec55

Analogous Colors of #5566ec

#5566ec #9055ec #55b2ec

Monochromatic Colors of #5566ec

#5566ec

Complementary Color

#5566ec #ecdb55

#5566ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5566ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5566ec Color CSS Codes

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

#5566ec Text Font Color

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

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


#5566ec Background Color

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

This div background color is #5566ec


#5566ec Border Color

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

This div border color is #5566ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5566ec


Comments

No comments written yet.

Please login to write comment.