Color Hex Logo

#5526bb Color Hex

#5526BB
(85,38,187)
0 Favorites   0 Comments

Color spaces of #5526bb

RGB 8538187
HSL0.720.660.44
HSV259°80°73°
CMYK 0.550.800.00   0.27
XYZ13.40916.905447.6398
Yxy6.90540.19730.1016
Hunter Lab26.278145.0976-89.0926
CIE-Lab31.590655.1580-69.7804

#5526bb color RGB value is (85,38,187).

#5526bb hex color red value is 85, green value is 38 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5526bb hue: 0.72 , saturation: 0.66 and the lightness value of 5526bb is 0.44.

The process color (four color CMYK) of #5526bb color hex is 0.55, 0.80, 0.00, 0.27. Web safe color of #5526bb is #6633cc. Color #5526bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100110 10111011
Octal 125 46 273
Decimal 85 38 187
Hex 55 26 BB

RGB Percentages of Color #5526bb

%27.42
%12.26
%60.32

CMYK Percentages of Color #5526bb

%55
%80
%0
%27

Triadic Colors of #5526bb

#5526bb #bb5526 #26bb55

Analogous Colors of #5526bb

#5526bb #a026bb #2641bb

Monochromatic Colors of #5526bb

#5526bb

Complementary Color

#5526bb #8cbb26

#5526bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5526bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5526bb Color CSS Codes

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

#5526bb Text Font Color

<p style="color:#5526bb">Text here</p>

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


#5526bb Background Color

<div style="background-color:#5526bb">
Div content here</div>

This div background color is #5526bb


#5526bb Border Color

<div style="border:3px solid #5526bb">
Div here</div>

This div border color is #5526bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,38,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5526bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5526bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5526bb;
  box-shadow:         1px 1px 3px 2px #5526bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5526bb


Comments

No comments written yet.

Please login to write comment.