Color Hex Logo

#565296 Color Hex

#565296
(86,82,150)
0 Favorites   0 Comments

Color spaces of #565296

RGB 8682150
HSL0.680.290.45
HSV244°45°59°
CMYK 0.430.450.00   0.41
XYZ12.360110.215030.1744
Yxy10.21500.23430.1937
Hunter Lab31.960913.0989-33.6032
CIE-Lab38.225619.5862-36.9012

#565296 color RGB value is (86,82,150).

#565296 hex color red value is 86, green value is 82 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #565296 hue: 0.68 , saturation: 0.29 and the lightness value of 565296 is 0.45.

The process color (four color CMYK) of #565296 color hex is 0.43, 0.45, 0.00, 0.41. Web safe color of #565296 is #666699. Color #565296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010010 10010110
Octal 126 122 226
Decimal 86 82 150
Hex 56 52 96

RGB Percentages of Color #565296

%27.04
%25.79
%47.17

CMYK Percentages of Color #565296

%43
%45
%0
%41

Triadic Colors of #565296

#565296 #965652 #529656

Analogous Colors of #565296

#565296 #785296 #527096

Monochromatic Colors of #565296

#565296

Complementary Color

#565296 #929652

#565296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565296 Color CSS Codes

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

#565296 Text Font Color

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

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


#565296 Background Color

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

This div background color is #565296


#565296 Border Color

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

This div border color is #565296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565296


Comments

No comments written yet.

Please login to write comment.