Color Hex Logo

#505669 Color Hex

#505669
(80,86,105)
0 Favorites   0 Comments

Color spaces of #505669

RGB 8086105
HSL0.630.140.36
HSV226°24°41°
CMYK 0.240.180.00   0.59
XYZ9.18599.381014.6912
Yxy9.38100.27620.2821
Hunter Lab30.6284-0.0650-6.9991
CIE-Lab36.70772.2666-11.7045

#505669 color RGB value is (80,86,105).

#505669 hex color red value is 80, green value is 86 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #505669 hue: 0.63 , saturation: 0.14 and the lightness value of 505669 is 0.36.

The process color (four color CMYK) of #505669 color hex is 0.24, 0.18, 0.00, 0.59. Web safe color of #505669 is #666666. Color #505669 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 01101001
Octal 120 126 151
Decimal 80 86 105
Hex 50 56 69

RGB Percentages of Color #505669

%29.52
%31.73
%38.75

CMYK Percentages of Color #505669

%24
%18
%0
%59

Triadic Colors of #505669

#505669 #695056 #566950

Analogous Colors of #505669

#505669 #575069 #506369

Monochromatic Colors of #505669

#505669

Complementary Color

#505669 #696350

#505669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505669 Color CSS Codes

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

#505669 Text Font Color

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

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


#505669 Background Color

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

This div background color is #505669


#505669 Border Color

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

This div border color is #505669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505669


Comments

No comments written yet.

Please login to write comment.