Color Hex Logo

#56628c Color Hex

#56628C
(86,98,140)
0 Favorites   0 Comments

Color spaces of #56628c

RGB 8698140
HSL0.630.240.44
HSV227°39°55°
CMYK 0.390.300.00   0.45
XYZ12.939112.607226.5624
Yxy12.60720.24830.2419
Hunter Lab35.50662.9113-19.5000
CIE-Lab42.16536.4998-24.6830

#56628c color RGB value is (86,98,140).

#56628c hex color red value is 86, green value is 98 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #56628c hue: 0.63 , saturation: 0.24 and the lightness value of 56628c is 0.44.

The process color (four color CMYK) of #56628c color hex is 0.39, 0.30, 0.00, 0.45. Web safe color of #56628c is #666699. Color #56628c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100010 10001100
Octal 126 142 214
Decimal 86 98 140
Hex 56 62 8C

RGB Percentages of Color #56628c

%26.54
%30.25
%43.21

CMYK Percentages of Color #56628c

%39
%30
%0
%45

Triadic Colors of #56628c

#56628c #8c5662 #628c56

Analogous Colors of #56628c

#56628c #65568c #567d8c

Monochromatic Colors of #56628c

#56628c

Complementary Color

#56628c #8c8056

#56628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#56628c Color CSS Codes

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

#56628c Text Font Color

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

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


#56628c Background Color

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

This div background color is #56628c


#56628c Border Color

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

This div border color is #56628c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56628c


Comments

No comments written yet.

Please login to write comment.