Color Hex Logo

#566270 Color Hex

#566270
(86,98,112)
0 Favorites   0 Comments

Color spaces of #566270

RGB 8698112
HSL0.590.130.39
HSV212°23°44°
CMYK 0.230.130.00   0.56
XYZ11.130111.883717.0364
Yxy11.88370.27790.2967
Hunter Lab34.4727-2.6956-5.1701
CIE-Lab41.0307-1.2029-9.4424

#566270 color RGB value is (86,98,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100010 01110000
Octal 126 142 160
Decimal 86 98 112
Hex 56 62 70

RGB Percentages of Color #566270

%29.05
%33.11
%37.84

CMYK Percentages of Color #566270

%23
%13
%0
%56

Triadic Colors of #566270

#566270 #705662 #627056

Analogous Colors of #566270

#566270 #575670 #566f70

Monochromatic Colors of #566270

#566270

Complementary Color

#566270 #706456

#566270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566270 Color CSS Codes

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

#566270 Text Font Color

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

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


#566270 Background Color

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

This div background color is #566270


#566270 Border Color

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

This div border color is #566270


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,98,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 #566270">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566270


Comments

No comments written yet.

Please login to write comment.