Color Hex Logo

#566182 Color Hex

#566182
(86,97,130)
0 Favorites   0 Comments

Color spaces of #566182

RGB 8697130
HSL0.630.200.42
HSV225°34°51°
CMYK 0.340.250.00   0.49
XYZ12.141712.139522.8223
Yxy12.13950.25780.2577
Hunter Lab34.84181.2307-14.4473
CIE-Lab41.43704.2430-19.7744

#566182 color RGB value is (86,97,130).

#566182 hex color red value is 86, green value is 97 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #566182 hue: 0.63 , saturation: 0.20 and the lightness value of 566182 is 0.42.

The process color (four color CMYK) of #566182 color hex is 0.34, 0.25, 0.00, 0.49. Web safe color of #566182 is #666699. Color #566182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100001 10000010
Octal 126 141 202
Decimal 86 97 130
Hex 56 61 82

RGB Percentages of Color #566182

%27.48
%30.99
%41.53

CMYK Percentages of Color #566182

%34
%25
%0
%49

Triadic Colors of #566182

#566182 #825661 #618256

Analogous Colors of #566182

#566182 #615682 #567782

Monochromatic Colors of #566182

#566182

Complementary Color

#566182 #827756

#566182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566182 Color CSS Codes

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

#566182 Text Font Color

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

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


#566182 Background Color

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

This div background color is #566182


#566182 Border Color

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

This div border color is #566182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566182


Comments

No comments written yet.

Please login to write comment.