Color Hex Logo

#505576 Color Hex

#505576
(80,85,118)
0 Favorites   0 Comments

Color spaces of #505576

RGB 8085118
HSL0.640.190.39
HSV232°32°46°
CMYK 0.320.280.00   0.54
XYZ9.82689.510518.4573
Yxy9.51050.26000.2516
Hunter Lab30.83912.9101-13.8979
CIE-Lab36.94926.4428-19.3960

#505576 color RGB value is (80,85,118).

#505576 hex color red value is 80, green value is 85 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #505576 hue: 0.64 , saturation: 0.19 and the lightness value of 505576 is 0.39.

The process color (four color CMYK) of #505576 color hex is 0.32, 0.28, 0.00, 0.54. Web safe color of #505576 is #666666. Color #505576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010101 01110110
Octal 120 125 166
Decimal 80 85 118
Hex 50 55 76

RGB Percentages of Color #505576

%28.27
%30.04
%41.70

CMYK Percentages of Color #505576

%32
%28
%0
%54

Triadic Colors of #505576

#505576 #765055 #557650

Analogous Colors of #505576

#505576 #5e5076 #506876

Monochromatic Colors of #505576

#505576

Complementary Color

#505576 #767150

#505576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505576 Color CSS Codes

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

#505576 Text Font Color

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

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


#505576 Background Color

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

This div background color is #505576


#505576 Border Color

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

This div border color is #505576


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,85,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505576; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505576;
  -webkit-box-shadow: 1px 1px 3px 2px #505576;
  box-shadow:         1px 1px 3px 2px #505576; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505576


Comments

No comments written yet.

Please login to write comment.