Color Hex Logo

#5568ad Color Hex

#5568AD
(85,104,173)
0 Favorites   0 Comments

Color spaces of #5568ad

RGB 85104173
HSL0.630.350.51
HSV227°51°68°
CMYK 0.510.400.00   0.32
XYZ16.239514.849141.5454
Yxy14.84910.22360.2044
Hunter Lab38.53457.7893-36.9484
CIE-Lab45.426812.6771-39.1528

#5568ad color RGB value is (85,104,173).

#5568ad hex color red value is 85, green value is 104 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5568ad hue: 0.63 , saturation: 0.35 and the lightness value of 5568ad is 0.51.

The process color (four color CMYK) of #5568ad color hex is 0.51, 0.40, 0.00, 0.32. Web safe color of #5568ad is #666699. Color #5568ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101000 10101101
Octal 125 150 255
Decimal 85 104 173
Hex 55 68 AD

RGB Percentages of Color #5568ad

%23.48
%28.73
%47.79

CMYK Percentages of Color #5568ad

%51
%40
%0
%32

Triadic Colors of #5568ad

#5568ad #ad5568 #68ad55

Analogous Colors of #5568ad

#5568ad #6e55ad #5594ad

Monochromatic Colors of #5568ad

#5568ad

Complementary Color

#5568ad #ad9a55

#5568ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5568ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5568ad Color CSS Codes

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

#5568ad Text Font Color

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

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


#5568ad Background Color

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

This div background color is #5568ad


#5568ad Border Color

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

This div border color is #5568ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,104,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5568ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5568ad;
  -webkit-box-shadow: 1px 1px 3px 2px #5568ad;
  box-shadow:         1px 1px 3px 2px #5568ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,104,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5568ad


Comments

No comments written yet.

Please login to write comment.