Color Hex Logo

#566076 Color Hex

#566076
(86,96,118)
0 Favorites   0 Comments

Color spaces of #566076

RGB 8696118
HSL0.610.160.40
HSV221°27°46°
CMYK 0.270.190.00   0.54
XYZ11.290611.652218.7936
Yxy11.65220.27050.2792
Hunter Lab34.1353-0.6961-8.7481
CIE-Lab40.65791.5741-13.6698

#566076 color RGB value is (86,96,118).

#566076 hex color red value is 86, green value is 96 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #566076 hue: 0.61 , saturation: 0.16 and the lightness value of 566076 is 0.40.

The process color (four color CMYK) of #566076 color hex is 0.27, 0.19, 0.00, 0.54. Web safe color of #566076 is #666666. Color #566076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100000 01110110
Octal 126 140 166
Decimal 86 96 118
Hex 56 60 76

RGB Percentages of Color #566076

%28.67
%32.00
%39.33

CMYK Percentages of Color #566076

%27
%19
%0
%54

Triadic Colors of #566076

#566076 #765660 #607656

Analogous Colors of #566076

#566076 #5c5676 #567076

Monochromatic Colors of #566076

#566076

Complementary Color

#566076 #766c56

#566076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566076 Color CSS Codes

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

#566076 Text Font Color

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

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


#566076 Background Color

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

This div background color is #566076


#566076 Border Color

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

This div border color is #566076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566076

#566076 Color Palettes


Comments

No comments written yet.

Please login to write comment.