Color Hex Logo

#5533af Color Hex

#5533AF
(85,51,175)
0 Favorites   0 Comments

Color spaces of #5533af

RGB 8551175
HSL0.710.550.44
HSV256°71°69°
CMYK 0.510.710.00   0.31
XYZ12.66807.394141.3170
Yxy7.39410.20640.1205
Hunter Lab27.192135.5718-71.0537
CIE-Lab32.687845.5423-60.8504

#5533af color RGB value is (85,51,175).

#5533af hex color red value is 85, green value is 51 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5533af hue: 0.71 , saturation: 0.55 and the lightness value of 5533af is 0.44.

The process color (four color CMYK) of #5533af color hex is 0.51, 0.71, 0.00, 0.31. Web safe color of #5533af is #663399. Color #5533af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110011 10101111
Octal 125 63 257
Decimal 85 51 175
Hex 55 33 AF

RGB Percentages of Color #5533af

%27.33
%16.40
%56.27

CMYK Percentages of Color #5533af

%51
%71
%0
%31

Triadic Colors of #5533af

#5533af #af5533 #33af55

Analogous Colors of #5533af

#5533af #9333af #334faf

Monochromatic Colors of #5533af

#5533af

Complementary Color

#5533af #8daf33

#5533af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5533af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5533af Color CSS Codes

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

#5533af Text Font Color

<p style="color:#5533af">Text here</p>

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


#5533af Background Color

<div style="background-color:#5533af">
Div content here</div>

This div background color is #5533af


#5533af Border Color

<div style="border:3px solid #5533af">
Div here</div>

This div border color is #5533af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,51,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5533af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5533af;
  -webkit-box-shadow: 1px 1px 3px 2px #5533af;
  box-shadow:         1px 1px 3px 2px #5533af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5533af


Comments

No comments written yet.

Please login to write comment.