Color Hex Logo

#5544ab Color Hex

#5544AB
(85,68,171)
0 Favorites   0 Comments

Color spaces of #5544ab

RGB 8568171
HSL0.690.430.47
HSV250°60°67°
CMYK 0.500.600.00   0.33
XYZ13.16419.005839.5725
Yxy9.00580.21320.1459
Hunter Lab30.009725.7843-57.1765
CIE-Lab35.995534.5764-53.0802

#5544ab color RGB value is (85,68,171).

#5544ab hex color red value is 85, green value is 68 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5544ab hue: 0.69 , saturation: 0.43 and the lightness value of 5544ab is 0.47.

The process color (four color CMYK) of #5544ab color hex is 0.50, 0.60, 0.00, 0.33. Web safe color of #5544ab is #663399. Color #5544ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000100 10101011
Octal 125 104 253
Decimal 85 68 171
Hex 55 44 AB

RGB Percentages of Color #5544ab

%26.23
%20.99
%52.78

CMYK Percentages of Color #5544ab

%50
%60
%0
%33

Triadic Colors of #5544ab

#5544ab #ab5544 #44ab55

Analogous Colors of #5544ab

#5544ab #8944ab #4467ab

Monochromatic Colors of #5544ab

#5544ab

Complementary Color

#5544ab #9aab44

#5544ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5544ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5544ab Color CSS Codes

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

#5544ab Text Font Color

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

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


#5544ab Background Color

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

This div background color is #5544ab


#5544ab Border Color

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

This div border color is #5544ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,68,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 #5544ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5544ab


Comments

No comments written yet.

Please login to write comment.