Color Hex Logo

#505bbe Color Hex

#505BBE
(80,91,190)
0 Favorites   0 Comments

Color spaces of #505bbe

RGB 8091190
HSL0.650.460.53
HSV234°58°75°
CMYK 0.580.520.00   0.25
XYZ16.343612.905350.3448
Yxy12.90530.20530.1621
Hunter Lab35.923918.3417-57.9439
CIE-Lab42.620225.3662-53.5848

#505bbe color RGB value is (80,91,190).

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

The process color (four color CMYK) of #505bbe color hex is 0.58, 0.52, 0.00, 0.25. Web safe color of #505bbe is #6666cc. Color #505bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011011 10111110
Octal 120 133 276
Decimal 80 91 190
Hex 50 5B BE

RGB Percentages of Color #505bbe

%22.16
%25.21
%52.63

CMYK Percentages of Color #505bbe

%58
%52
%0
%25

Triadic Colors of #505bbe

#505bbe #be505b #5bbe50

Analogous Colors of #505bbe

#505bbe #7c50be #5092be

Monochromatic Colors of #505bbe

#505bbe

Complementary Color

#505bbe #beb350

#505bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#505bbe Color CSS Codes

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

#505bbe Text Font Color

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

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


#505bbe Background Color

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

This div background color is #505bbe


#505bbe Border Color

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

This div border color is #505bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505bbe


Comments

No comments written yet.

Please login to write comment.