Color Hex Logo

#5b56ac Color Hex

#5B56AC
(91,86,172)
0 Favorites   0 Comments

Color spaces of #5b56ac

RGB 9186172
HSL0.680.340.51
HSV243°50°67°
CMYK 0.470.500.00   0.33
XYZ15.088611.858340.5233
Yxy11.85830.22360.1758
Hunter Lab34.435917.9497-45.6659
CIE-Lab40.990025.0857-45.6030

#5b56ac color RGB value is (91,86,172).

#5b56ac hex color red value is 91, green value is 86 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5b56ac hue: 0.68 , saturation: 0.34 and the lightness value of 5b56ac is 0.51.

The process color (four color CMYK) of #5b56ac color hex is 0.47, 0.50, 0.00, 0.33. Web safe color of #5b56ac is #666699. Color #5b56ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01010110 10101100
Octal 133 126 254
Decimal 91 86 172
Hex 5B 56 AC

RGB Percentages of Color #5b56ac

%26.07
%24.64
%49.28

CMYK Percentages of Color #5b56ac

%47
%50
%0
%33

Triadic Colors of #5b56ac

#5b56ac #ac5b56 #56ac5b

Analogous Colors of #5b56ac

#5b56ac #8656ac #567cac

Monochromatic Colors of #5b56ac

#5b56ac

Complementary Color

#5b56ac #a7ac56

#5b56ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b56ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b56ac Color CSS Codes

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

#5b56ac Text Font Color

<p style="color:#5b56ac">Text here</p>

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


#5b56ac Background Color

<div style="background-color:#5b56ac">
Div content here</div>

This div background color is #5b56ac


#5b56ac Border Color

<div style="border:3px solid #5b56ac">
Div here</div>

This div border color is #5b56ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,86,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b56ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b56ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5b56ac;
  box-shadow:         1px 1px 3px 2px #5b56ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,86,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b56ac


Comments

No comments written yet.

Please login to write comment.