Color Hex Logo

#5530ab Color Hex

#5530AB
(85,48,171)
0 Favorites   0 Comments

Color spaces of #5530ab

RGB 8548171
HSL0.720.560.43
HSV258°72°67°
CMYK 0.500.720.00   0.33
XYZ12.15406.985539.2358
Yxy6.98550.20820.1197
Hunter Lab26.430135.8314-69.5157
CIE-Lab31.773945.9793-59.9528

#5530ab color RGB value is (85,48,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110000 10101011
Octal 125 60 253
Decimal 85 48 171
Hex 55 30 AB

RGB Percentages of Color #5530ab

%27.96
%15.79
%56.25

CMYK Percentages of Color #5530ab

%50
%72
%0
%33

Triadic Colors of #5530ab

#5530ab #ab5530 #30ab55

Analogous Colors of #5530ab

#5530ab #9330ab #3048ab

Monochromatic Colors of #5530ab

#5530ab

Complementary Color

#5530ab #86ab30

#5530ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5530ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5530ab Color CSS Codes

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

#5530ab Text Font Color

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

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


#5530ab Background Color

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

This div background color is #5530ab


#5530ab Border Color

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

This div border color is #5530ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5530ab


Comments

No comments written yet.

Please login to write comment.