Color Hex Logo

#5561ab Color Hex

#5561AB
(85,97,171)
0 Favorites   0 Comments

Color spaces of #5561ab

RGB 8597171
HSL0.640.340.50
HSV232°50°67°
CMYK 0.500.430.00   0.33
XYZ15.371713.421040.3084
Yxy13.42100.22250.1942
Hunter Lab36.634710.7869-39.5913
CIE-Lab43.390916.4200-41.2088

#5561ab color RGB value is (85,97,171).

#5561ab hex color red value is 85, green value is 97 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5561ab hue: 0.64 , saturation: 0.34 and the lightness value of 5561ab is 0.50.

The process color (four color CMYK) of #5561ab color hex is 0.50, 0.43, 0.00, 0.33. Web safe color of #5561ab is #666699. Color #5561ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 10101011
Octal 125 141 253
Decimal 85 97 171
Hex 55 61 AB

RGB Percentages of Color #5561ab

%24.08
%27.48
%48.44

CMYK Percentages of Color #5561ab

%50
%43
%0
%33

Triadic Colors of #5561ab

#5561ab #ab5561 #61ab55

Analogous Colors of #5561ab

#5561ab #7455ab #558cab

Monochromatic Colors of #5561ab

#5561ab

Complementary Color

#5561ab #ab9f55

#5561ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5561ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5561ab Color CSS Codes

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

#5561ab Text Font Color

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

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


#5561ab Background Color

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

This div background color is #5561ab


#5561ab Border Color

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

This div border color is #5561ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,97,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5561ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5561ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5561ab;
  box-shadow:         1px 1px 3px 2px #5561ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5561ab


Comments

No comments written yet.

Please login to write comment.