Color Hex Logo

#566583 Color Hex

#566583
(86,101,131)
0 Favorites   0 Comments

Color spaces of #566583

RGB 86101131
HSL0.610.210.43
HSV220°34°51°
CMYK 0.340.230.00   0.49
XYZ12.588212.924523.3039
Yxy12.92450.25790.2648
Hunter Lab35.9507-0.4115-13.2674
CIE-Lab42.64932.0674-18.5141

#566583 color RGB value is (86,101,131).

#566583 hex color red value is 86, green value is 101 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #566583 hue: 0.61 , saturation: 0.21 and the lightness value of 566583 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100101 10000011
Octal 126 145 203
Decimal 86 101 131
Hex 56 65 83

RGB Percentages of Color #566583

%27.04
%31.76
%41.19

CMYK Percentages of Color #566583

%34
%23
%0
%49

Triadic Colors of #566583

#566583 #835665 #658356

Analogous Colors of #566583

#566583 #5e5683 #567c83

Monochromatic Colors of #566583

#566583

Complementary Color

#566583 #837456

#566583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566583 Color CSS Codes

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

#566583 Text Font Color

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

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


#566583 Background Color

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

This div background color is #566583


#566583 Border Color

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

This div border color is #566583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566583


Comments

No comments written yet.

Please login to write comment.