Color Hex Logo

#566970 Color Hex

#566970
(86,105,112)
0 Favorites   0 Comments

Color spaces of #566970

RGB 86105112
HSL0.540.130.39
HSV196°23°44°
CMYK 0.230.060.00   0.56
XYZ11.814013.251417.2644
Yxy13.25140.27910.3131
Hunter Lab36.4025-5.7742-2.6374
CIE-Lab43.1396-5.3821-6.2849

#566970 color RGB value is (86,105,112).

#566970 hex color red value is 86, green value is 105 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #566970 hue: 0.54 , saturation: 0.13 and the lightness value of 566970 is 0.39.

The process color (four color CMYK) of #566970 color hex is 0.23, 0.06, 0.00, 0.56. Web safe color of #566970 is #666666. Color #566970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101001 01110000
Octal 126 151 160
Decimal 86 105 112
Hex 56 69 70

RGB Percentages of Color #566970

%28.38
%34.65
%36.96

CMYK Percentages of Color #566970

%23
%6
%0
%56

Triadic Colors of #566970

#566970 #705669 #697056

Analogous Colors of #566970

#566970 #565c70 #56706a

Monochromatic Colors of #566970

#566970

Complementary Color

#566970 #705d56

#566970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566970 Color CSS Codes

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

#566970 Text Font Color

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

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


#566970 Background Color

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

This div background color is #566970


#566970 Border Color

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

This div border color is #566970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566970


Comments

No comments written yet.

Please login to write comment.