Color Hex Logo

#565086 Color Hex

#565086
(86,80,134)
0 Favorites   0 Comments

Color spaces of #565086

RGB 8680134
HSL0.690.250.42
HSV247°40°53°
CMYK 0.360.400.00   0.47
XYZ11.00959.437023.7955
Yxy9.43700.24880.2133
Hunter Lab30.719710.2124-24.4223
CIE-Lab36.812416.0926-29.4130

#565086 color RGB value is (86,80,134).

#565086 hex color red value is 86, green value is 80 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #565086 hue: 0.69 , saturation: 0.25 and the lightness value of 565086 is 0.42.

The process color (four color CMYK) of #565086 color hex is 0.36, 0.40, 0.00, 0.47. Web safe color of #565086 is #666699. Color #565086 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010000 10000110
Octal 126 120 206
Decimal 86 80 134
Hex 56 50 86

RGB Percentages of Color #565086

%28.67
%26.67
%44.67

CMYK Percentages of Color #565086

%36
%40
%0
%47

Triadic Colors of #565086

#565086 #865650 #508656

Analogous Colors of #565086

#565086 #715086 #506586

Monochromatic Colors of #565086

#565086

Complementary Color

#565086 #808650

#565086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565086 Color CSS Codes

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

#565086 Text Font Color

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

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


#565086 Background Color

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

This div background color is #565086


#565086 Border Color

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

This div border color is #565086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565086


Comments

No comments written yet.

Please login to write comment.