Color Hex Logo

#5506bc Color Hex

#5506BC
(85,6,188)
0 Favorites   0 Comments

Color spaces of #5506bc

RGB 856188
HSL0.740.940.38
HSV266°97°74°
CMYK 0.550.970.00   0.26
XYZ12.88855.692447.9964
Yxy5.69240.19360.0855
Hunter Lab23.858854.6729-102.5719
CIE-Lab28.622864.5372-75.2753

#5506bc color RGB value is (85,6,188).

#5506bc hex color red value is 85, green value is 6 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5506bc hue: 0.74 , saturation: 0.94 and the lightness value of 5506bc is 0.38.

The process color (four color CMYK) of #5506bc color hex is 0.55, 0.97, 0.00, 0.26. Web safe color of #5506bc is #6600cc. Color #5506bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000110 10111100
Octal 125 6 274
Decimal 85 6 188
Hex 55 6 BC

RGB Percentages of Color #5506bc

%30.47
%2.15
%67.38

CMYK Percentages of Color #5506bc

%55
%97
%0
%26

Triadic Colors of #5506bc

#5506bc #bc5506 #06bc55

Analogous Colors of #5506bc

#5506bc #b006bc #0612bc

Monochromatic Colors of #5506bc

#5506bc

Complementary Color

#5506bc #6dbc06

#5506bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5506bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5506bc Color CSS Codes

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

#5506bc Text Font Color

<p style="color:#5506bc">Text here</p>

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


#5506bc Background Color

<div style="background-color:#5506bc">
Div content here</div>

This div background color is #5506bc


#5506bc Border Color

<div style="border:3px solid #5506bc">
Div here</div>

This div border color is #5506bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,6,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5506bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5506bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5506bc;
  box-shadow:         1px 1px 3px 2px #5506bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5506bc


Comments

No comments written yet.

Please login to write comment.