Color Hex Logo

#566688 Color Hex

#566688
(86,102,136)
0 Favorites   0 Comments

Color spaces of #566688

RGB 86102136
HSL0.610.230.44
HSV221°37°53°
CMYK 0.370.250.00   0.47
XYZ13.033113.258725.1648
Yxy13.25870.25330.2577
Hunter Lab36.41250.1685-15.4868
CIE-Lab43.15052.8748-20.7531

#566688 color RGB value is (86,102,136).

#566688 hex color red value is 86, green value is 102 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #566688 hue: 0.61 , saturation: 0.23 and the lightness value of 566688 is 0.44.

The process color (four color CMYK) of #566688 color hex is 0.37, 0.25, 0.00, 0.47. Web safe color of #566688 is #666699. Color #566688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100110 10001000
Octal 126 146 210
Decimal 86 102 136
Hex 56 66 88

RGB Percentages of Color #566688

%26.54
%31.48
%41.98

CMYK Percentages of Color #566688

%37
%25
%0
%47

Triadic Colors of #566688

#566688 #885666 #668856

Analogous Colors of #566688

#566688 #5f5688 #567f88

Monochromatic Colors of #566688

#566688

Complementary Color

#566688 #887856

#566688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566688 Color CSS Codes

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

#566688 Text Font Color

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

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


#566688 Background Color

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

This div background color is #566688


#566688 Border Color

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

This div border color is #566688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566688


Comments

No comments written yet.

Please login to write comment.