Color Hex Logo

#505bac Color Hex

#505BAC
(80,91,172)
0 Favorites   0 Comments

Color spaces of #505bac

RGB 8091172
HSL0.650.370.49
HSV233°53°67°
CMYK 0.530.470.00   0.33
XYZ14.495712.166240.6140
Yxy12.16620.21550.1808
Hunter Lab34.880113.1421-44.6206
CIE-Lab41.479119.3842-44.8670

#505bac color RGB value is (80,91,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011011 10101100
Octal 120 133 254
Decimal 80 91 172
Hex 50 5B AC

RGB Percentages of Color #505bac

%23.32
%26.53
%50.15

CMYK Percentages of Color #505bac

%53
%47
%0
%33

Triadic Colors of #505bac

#505bac #ac505b #5bac50

Analogous Colors of #505bac

#505bac #7350ac #5089ac

Monochromatic Colors of #505bac

#505bac

Complementary Color

#505bac #aca150

#505bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#505bac Color CSS Codes

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

#505bac Text Font Color

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

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


#505bac Background Color

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

This div background color is #505bac


#505bac Border Color

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

This div border color is #505bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505bac


Comments

No comments written yet.

Please login to write comment.