Color Hex Logo

#565daa Color Hex

#565DAA
(86,93,170)
0 Favorites   0 Comments

Color spaces of #565daa

RGB 8693170
HSL0.650.330.50
HSV235°49°67°
CMYK 0.490.450.00   0.33
XYZ15.007812.709439.6924
Yxy12.70940.22260.1885
Hunter Lab35.650212.7558-41.0573
CIE-Lab42.322118.8600-42.3162

#565daa color RGB value is (86,93,170).

#565daa hex color red value is 86, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #565daa hue: 0.65 , saturation: 0.33 and the lightness value of 565daa is 0.50.

The process color (four color CMYK) of #565daa color hex is 0.49, 0.45, 0.00, 0.33. Web safe color of #565daa is #666699. Color #565daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011101 10101010
Octal 126 135 252
Decimal 86 93 170
Hex 56 5D AA

RGB Percentages of Color #565daa

%24.64
%26.65
%48.71

CMYK Percentages of Color #565daa

%49
%45
%0
%33

Triadic Colors of #565daa

#565daa #aa565d #5daa56

Analogous Colors of #565daa

#565daa #7956aa #5687aa

Monochromatic Colors of #565daa

#565daa

Complementary Color

#565daa #aaa356

#565daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#565daa Color CSS Codes

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

#565daa Text Font Color

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

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


#565daa Background Color

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

This div background color is #565daa


#565daa Border Color

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

This div border color is #565daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,93,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #565daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #565daa;
  -webkit-box-shadow: 1px 1px 3px 2px #565daa;
  box-shadow:         1px 1px 3px 2px #565daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565daa


Comments

No comments written yet.

Please login to write comment.