Color Hex Logo

#5550cb Color Hex

#5550CB
(85,80,203)
0 Favorites   0 Comments

Color spaces of #5550cb

RGB 8580203
HSL0.670.540.55
HSV242°61°80°
CMYK 0.580.610.00   0.20
XYZ17.394511.980457.8956
Yxy11.98040.19930.1373
Hunter Lab34.612729.1323-74.9436
CIE-Lab41.185037.3886-63.4339

#5550cb color RGB value is (85,80,203).

#5550cb hex color red value is 85, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5550cb hue: 0.67 , saturation: 0.54 and the lightness value of 5550cb is 0.55.

The process color (four color CMYK) of #5550cb color hex is 0.58, 0.61, 0.00, 0.20. Web safe color of #5550cb is #6666cc. Color #5550cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010000 11001011
Octal 125 120 313
Decimal 85 80 203
Hex 55 50 CB

RGB Percentages of Color #5550cb

%23.10
%21.74
%55.16

CMYK Percentages of Color #5550cb

%58
%61
%0
%20

Triadic Colors of #5550cb

#5550cb #cb5550 #50cb55

Analogous Colors of #5550cb

#5550cb #9350cb #5089cb

Monochromatic Colors of #5550cb

#5550cb

Complementary Color

#5550cb #c6cb50

#5550cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5550cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5550cb Color CSS Codes

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

#5550cb Text Font Color

<p style="color:#5550cb">Text here</p>

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


#5550cb Background Color

<div style="background-color:#5550cb">
Div content here</div>

This div background color is #5550cb


#5550cb Border Color

<div style="border:3px solid #5550cb">
Div here</div>

This div border color is #5550cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,80,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5550cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5550cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5550cb;
  box-shadow:         1px 1px 3px 2px #5550cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5550cb


Comments

No comments written yet.

Please login to write comment.