Color Hex Logo

#5f56ac Color Hex

#5F56AC
(95,86,172)
0 Favorites   0 Comments

Color spaces of #5f56ac

RGB 9586172
HSL0.680.340.51
HSV246°50°67°
CMYK 0.450.500.00   0.33
XYZ15.493512.067040.5423
Yxy12.06700.22750.1772
Hunter Lab34.737618.8230-44.8812
CIE-Lab41.322426.0534-45.0523

#5f56ac color RGB value is (95,86,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01010110 10101100
Octal 137 126 254
Decimal 95 86 172
Hex 5F 56 AC

RGB Percentages of Color #5f56ac

%26.91
%24.36
%48.73

CMYK Percentages of Color #5f56ac

%45
%50
%0
%33

Triadic Colors of #5f56ac

#5f56ac #ac5f56 #56ac5f

Analogous Colors of #5f56ac

#5f56ac #8a56ac #5678ac

Monochromatic Colors of #5f56ac

#5f56ac

Complementary Color

#5f56ac #a3ac56

#5f56ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f56ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f56ac Color CSS Codes

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

#5f56ac Text Font Color

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

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


#5f56ac Background Color

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

This div background color is #5f56ac


#5f56ac Border Color

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

This div border color is #5f56ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,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 #5f56ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f56ac


Comments

No comments written yet.

Please login to write comment.