Color Hex Logo

#566aff Color Hex

#566AFF
(86,106,255)
0 Favorites   0 Comments

Color spaces of #566aff

RGB 86106255
HSL0.651.000.67
HSV233°66°100°
CMYK 0.660.580.00   0.00
XYZ27.041819.506596.9476
Yxy19.50650.18840.1359
Hunter Lab44.166232.0001-99.2291
CIE-Lab51.274638.8767-76.4170

#566aff color RGB value is (86,106,255).

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

The process color (four color CMYK) of #566aff color hex is 0.66, 0.58, 0.00, 0.00. Web safe color of #566aff is #6666ff. Color #566aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101010 11111111
Octal 126 152 377
Decimal 86 106 255
Hex 56 6A FF

RGB Percentages of Color #566aff

%19.24
%23.71
%57.05

CMYK Percentages of Color #566aff

%66
%58
%0
%0

Triadic Colors of #566aff

#566aff #ff566a #6aff56

Analogous Colors of #566aff

#566aff #9756ff #56bfff

Monochromatic Colors of #566aff

#566aff

Complementary Color

#566aff #ffeb56

#566aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#566aff Color CSS Codes

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

#566aff Text Font Color

<p style="color:#566aff">Text here</p>

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


#566aff Background Color

<div style="background-color:#566aff">
Div content here</div>

This div background color is #566aff


#566aff Border Color

<div style="border:3px solid #566aff">
Div here</div>

This div border color is #566aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,106,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #566aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #566aff;
  -webkit-box-shadow: 1px 1px 3px 2px #566aff;
  box-shadow:         1px 1px 3px 2px #566aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,106,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 #566aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566aff

Related Colors


Comments

No comments written yet.

Please login to write comment.