Color Hex Logo

#5561ba Color Hex

#5561BA
(85,97,186)
0 Favorites   0 Comments

Color spaces of #5561ba

RGB 8597186
HSL0.650.420.53
HSV233°54°73°
CMYK 0.540.480.00   0.27
XYZ16.883914.025948.2718
Yxy14.02590.21320.1771
Hunter Lab37.451214.9326-50.2046
CIE-Lab44.270121.2855-48.5877

#5561ba color RGB value is (85,97,186).

#5561ba hex color red value is 85, green value is 97 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5561ba hue: 0.65 , saturation: 0.42 and the lightness value of 5561ba is 0.53.

The process color (four color CMYK) of #5561ba color hex is 0.54, 0.48, 0.00, 0.27. Web safe color of #5561ba is #6666cc. Color #5561ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 10111010
Octal 125 141 272
Decimal 85 97 186
Hex 55 61 BA

RGB Percentages of Color #5561ba

%23.10
%26.36
%50.54

CMYK Percentages of Color #5561ba

%54
%48
%0
%27

Triadic Colors of #5561ba

#5561ba #ba5561 #61ba55

Analogous Colors of #5561ba

#5561ba #7c55ba #5594ba

Monochromatic Colors of #5561ba

#5561ba

Complementary Color

#5561ba #baae55

#5561ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5561ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5561ba Color CSS Codes

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

#5561ba Text Font Color

<p style="color:#5561ba">Text here</p>

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


#5561ba Background Color

<div style="background-color:#5561ba">
Div content here</div>

This div background color is #5561ba


#5561ba Border Color

<div style="border:3px solid #5561ba">
Div here</div>

This div border color is #5561ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,97,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5561ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5561ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5561ba;
  box-shadow:         1px 1px 3px 2px #5561ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5561ba


Comments

No comments written yet.

Please login to write comment.