Color Hex Logo

#515bac Color Hex

#515BAC
(81,91,172)
0 Favorites   0 Comments

Color spaces of #515bac

RGB 8191172
HSL0.650.360.50
HSV233°53°67°
CMYK 0.530.470.00   0.33
XYZ14.580812.210140.6180
Yxy12.21010.21630.1811
Hunter Lab34.943013.3333-44.4592
CIE-Lab41.548119.6083-44.7527

#515bac color RGB value is (81,91,172).

#515bac hex color red value is 81, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #515bac hue: 0.65 , saturation: 0.36 and the lightness value of 515bac is 0.50.

The process color (four color CMYK) of #515bac color hex is 0.53, 0.47, 0.00, 0.33. Web safe color of #515bac is #666699. Color #515bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011011 10101100
Octal 121 133 254
Decimal 81 91 172
Hex 51 5B AC

RGB Percentages of Color #515bac

%23.55
%26.45
%50.00

CMYK Percentages of Color #515bac

%53
%47
%0
%33

Triadic Colors of #515bac

#515bac #ac515b #5bac51

Analogous Colors of #515bac

#515bac #7551ac #5189ac

Monochromatic Colors of #515bac

#515bac

Complementary Color

#515bac #aca251

#515bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#515bac Color CSS Codes

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

#515bac Text Font Color

<p style="color:#515bac">Text here</p>

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


#515bac Background Color

<div style="background-color:#515bac">
Div content here</div>

This div background color is #515bac


#515bac Border Color

<div style="border:3px solid #515bac">
Div here</div>

This div border color is #515bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,91,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 #515bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515bac


Comments

No comments written yet.

Please login to write comment.