Color Hex Logo

#5533db Color Hex

#5533DB
(85,51,219)
0 Favorites   0 Comments

Color spaces of #5533db

RGB 8551219
HSL0.700.700.53
HSV252°77°86°
CMYK 0.610.770.00   0.14
XYZ17.71639.413467.9011
Yxy9.41340.18640.0991
Hunter Lab30.681349.3791-109.7386
CIE-Lab36.768358.1656-79.8913

#5533db color RGB value is (85,51,219).

#5533db hex color red value is 85, green value is 51 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5533db hue: 0.70 , saturation: 0.70 and the lightness value of 5533db is 0.53.

The process color (four color CMYK) of #5533db color hex is 0.61, 0.77, 0.00, 0.14. Web safe color of #5533db is #6633cc. Color #5533db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110011 11011011
Octal 125 63 333
Decimal 85 51 219
Hex 55 33 DB

RGB Percentages of Color #5533db

%23.94
%14.37
%61.69

CMYK Percentages of Color #5533db

%61
%77
%0
%14

Triadic Colors of #5533db

#5533db #db5533 #33db55

Analogous Colors of #5533db

#5533db #a933db #3365db

Monochromatic Colors of #5533db

#5533db

Complementary Color

#5533db #b9db33

#5533db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5533db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5533db Color CSS Codes

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

#5533db Text Font Color

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

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


#5533db Background Color

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

This div background color is #5533db


#5533db Border Color

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

This div border color is #5533db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5533db


Comments

No comments written yet.

Please login to write comment.