Color Hex Logo

#505bab Color Hex

#505BAB
(80,91,171)
0 Favorites   0 Comments

Color spaces of #505bab

RGB 8091171
HSL0.650.360.49
HSV233°53°67°
CMYK 0.530.470.00   0.33
XYZ14.400012.127940.1100
Yxy12.12790.21610.1820
Hunter Lab34.825112.8648-43.9099
CIE-Lab41.418719.0553-44.3731

#505bab color RGB value is (80,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011011 10101011
Octal 120 133 253
Decimal 80 91 171
Hex 50 5B AB

RGB Percentages of Color #505bab

%23.39
%26.61
%50.00

CMYK Percentages of Color #505bab

%53
%47
%0
%33

Triadic Colors of #505bab

#505bab #ab505b #5bab50

Analogous Colors of #505bab

#505bab #7350ab #5089ab

Monochromatic Colors of #505bab

#505bab

Complementary Color

#505bab #aba050

#505bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#505bab Color CSS Codes

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

#505bab Text Font Color

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

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


#505bab Background Color

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

This div background color is #505bab


#505bab Border Color

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

This div border color is #505bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505bab


Comments

No comments written yet.

Please login to write comment.