Color Hex Logo

#566abf Color Hex

#566ABF
(86,106,191)
0 Favorites   0 Comments

Color spaces of #566abf

RGB 86106191
HSL0.630.450.54
HSV229°55°75°
CMYK 0.550.450.00   0.25
XYZ18.395816.048151.4182
Yxy16.04810.21420.1869
Hunter Lab40.060111.8630-48.0583
CIE-Lab47.037517.5077-47.0601

#566abf color RGB value is (86,106,191).

#566abf hex color red value is 86, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #566abf hue: 0.63 , saturation: 0.45 and the lightness value of 566abf is 0.54.

The process color (four color CMYK) of #566abf color hex is 0.55, 0.45, 0.00, 0.25. Web safe color of #566abf is #6666cc. Color #566abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101010 10111111
Octal 126 152 277
Decimal 86 106 191
Hex 56 6A BF

RGB Percentages of Color #566abf

%22.45
%27.68
%49.87

CMYK Percentages of Color #566abf

%55
%45
%0
%25

Triadic Colors of #566abf

#566abf #bf566a #6abf56

Analogous Colors of #566abf

#566abf #7756bf #569fbf

Monochromatic Colors of #566abf

#566abf

Complementary Color

#566abf #bfab56

#566abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#566abf Color CSS Codes

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

#566abf Text Font Color

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

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


#566abf Background Color

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

This div background color is #566abf


#566abf Border Color

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

This div border color is #566abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,106,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566abf


Comments

No comments written yet.

Please login to write comment.