Color Hex Logo

#566292 Color Hex

#566292
(86,98,146)
0 Favorites   0 Comments

Color spaces of #566292

RGB 8698146
HSL0.630.260.45
HSV228°41°57°
CMYK 0.410.330.00   0.43
XYZ13.393712.789128.9567
Yxy12.78910.24290.2319
Hunter Lab35.76194.2694-22.9744
CIE-Lab42.44378.2774-27.8503

#566292 color RGB value is (86,98,146).

#566292 hex color red value is 86, green value is 98 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #566292 hue: 0.63 , saturation: 0.26 and the lightness value of 566292 is 0.45.

The process color (four color CMYK) of #566292 color hex is 0.41, 0.33, 0.00, 0.43. Web safe color of #566292 is #666699. Color #566292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100010 10010010
Octal 126 142 222
Decimal 86 98 146
Hex 56 62 92

RGB Percentages of Color #566292

%26.06
%29.70
%44.24

CMYK Percentages of Color #566292

%41
%33
%0
%43

Triadic Colors of #566292

#566292 #925662 #629256

Analogous Colors of #566292

#566292 #685692 #568092

Monochromatic Colors of #566292

#566292

Complementary Color

#566292 #928656

#566292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566292 Color CSS Codes

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

#566292 Text Font Color

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

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


#566292 Background Color

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

This div background color is #566292


#566292 Border Color

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

This div border color is #566292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566292


Comments

No comments written yet.

Please login to write comment.