Color Hex Logo

#5633ab Color Hex

#5633AB
(86,51,171)
0 Favorites   0 Comments

Color spaces of #5633ab

RGB 8651171
HSL0.720.540.44
HSV258°70°67°
CMYK 0.500.700.00   0.33
XYZ12.37237.286439.2824
Yxy7.28640.20990.1236
Hunter Lab26.993334.5765-67.3872
CIE-Lab32.450244.5633-58.8431

#5633ab color RGB value is (86,51,171).

#5633ab hex color red value is 86, green value is 51 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5633ab hue: 0.72 , saturation: 0.54 and the lightness value of 5633ab is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 10101011
Octal 126 63 253
Decimal 86 51 171
Hex 56 33 AB

RGB Percentages of Color #5633ab

%27.92
%16.56
%55.52

CMYK Percentages of Color #5633ab

%50
%70
%0
%33

Triadic Colors of #5633ab

#5633ab #ab5633 #33ab56

Analogous Colors of #5633ab

#5633ab #9233ab #334cab

Monochromatic Colors of #5633ab

#5633ab

Complementary Color

#5633ab #88ab33

#5633ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5633ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5633ab Color CSS Codes

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

#5633ab Text Font Color

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

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


#5633ab Background Color

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

This div background color is #5633ab


#5633ab Border Color

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

This div border color is #5633ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5633ab


Comments

No comments written yet.

Please login to write comment.