Color Hex Logo

#566993 Color Hex

#566993
(86,105,147)
0 Favorites   0 Comments

Color spaces of #566993

RGB 86105147
HSL0.610.260.46
HSV221°41°58°
CMYK 0.410.290.00   0.42
XYZ14.155814.188229.5963
Yxy14.18820.24430.2449
Hunter Lab37.66721.1648-20.2189
CIE-Lab44.50164.2514-25.2423

#566993 color RGB value is (86,105,147).

#566993 hex color red value is 86, green value is 105 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #566993 hue: 0.61 , saturation: 0.26 and the lightness value of 566993 is 0.46.

The process color (four color CMYK) of #566993 color hex is 0.41, 0.29, 0.00, 0.42. Web safe color of #566993 is #666699. Color #566993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101001 10010011
Octal 126 151 223
Decimal 86 105 147
Hex 56 69 93

RGB Percentages of Color #566993

%25.44
%31.07
%43.49

CMYK Percentages of Color #566993

%41
%29
%0
%42

Triadic Colors of #566993

#566993 #935669 #699356

Analogous Colors of #566993

#566993 #615693 #568893

Monochromatic Colors of #566993

#566993

Complementary Color

#566993 #938056

#566993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566993 Color CSS Codes

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

#566993 Text Font Color

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

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


#566993 Background Color

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

This div background color is #566993


#566993 Border Color

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

This div border color is #566993


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,105,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #566993; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #566993;
  -webkit-box-shadow: 1px 1px 3px 2px #566993;
  box-shadow:         1px 1px 3px 2px #566993; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566993

#566993 Color Palettes


Comments

No comments written yet.

Please login to write comment.