Color Hex Logo

#5559cb Color Hex

#5559CB
(85,89,203)
0 Favorites   0 Comments

Color spaces of #5559cb

RGB 8589203
HSL0.660.530.56
HSV238°58°80°
CMYK 0.580.560.00   0.20
XYZ18.098213.387858.1301
Yxy13.38780.20200.1494
Hunter Lab36.589324.2602-68.5825
CIE-Lab43.341831.8692-59.9336

#5559cb color RGB value is (85,89,203).

#5559cb hex color red value is 85, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5559cb hue: 0.66 , saturation: 0.53 and the lightness value of 5559cb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011001 11001011
Octal 125 131 313
Decimal 85 89 203
Hex 55 59 CB

RGB Percentages of Color #5559cb

%22.55
%23.61
%53.85

CMYK Percentages of Color #5559cb

%58
%56
%0
%20

Triadic Colors of #5559cb

#5559cb #cb5559 #59cb55

Analogous Colors of #5559cb

#5559cb #8c55cb #5594cb

Monochromatic Colors of #5559cb

#5559cb

Complementary Color

#5559cb #cbc755

#5559cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5559cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5559cb Color CSS Codes

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

#5559cb Text Font Color

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

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


#5559cb Background Color

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

This div background color is #5559cb


#5559cb Border Color

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

This div border color is #5559cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5559cb


Comments

No comments written yet.

Please login to write comment.