Color Hex Logo

#566082 Color Hex

#566082
(86,96,130)
0 Favorites   0 Comments

Color spaces of #566082

RGB 8696130
HSL0.630.200.42
HSV226°34°51°
CMYK 0.340.260.00   0.49
XYZ12.049911.955922.7917
Yxy11.95590.25750.2555
Hunter Lab34.57731.6955-14.8770
CIE-Lab41.14594.8613-20.2230

#566082 color RGB value is (86,96,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100000 10000010
Octal 126 140 202
Decimal 86 96 130
Hex 56 60 82

RGB Percentages of Color #566082

%27.56
%30.77
%41.67

CMYK Percentages of Color #566082

%34
%26
%0
%49

Triadic Colors of #566082

#566082 #825660 #608256

Analogous Colors of #566082

#566082 #625682 #567682

Monochromatic Colors of #566082

#566082

Complementary Color

#566082 #827856

#566082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566082 Color CSS Codes

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

#566082 Text Font Color

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

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


#566082 Background Color

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

This div background color is #566082


#566082 Border Color

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

This div border color is #566082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566082


Comments

No comments written yet.

Please login to write comment.