Color Hex Logo

#505369 Color Hex

#505369
(80,83,105)
0 Favorites   0 Comments

Color spaces of #505369

RGB 8083105
HSL0.650.140.36
HSV233°24°41°
CMYK 0.240.210.00   0.59
XYZ8.95138.911914.6130
Yxy8.91190.27560.2744
Hunter Lab29.85281.2804-8.1256
CIE-Lab35.81414.1482-13.0629

#505369 color RGB value is (80,83,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010011 01101001
Octal 120 123 151
Decimal 80 83 105
Hex 50 53 69

RGB Percentages of Color #505369

%29.85
%30.97
%39.18

CMYK Percentages of Color #505369

%24
%21
%0
%59

Triadic Colors of #505369

#505369 #695053 #536950

Analogous Colors of #505369

#505369 #5a5069 #506069

Monochromatic Colors of #505369

#505369

Complementary Color

#505369 #696650

#505369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505369 Color CSS Codes

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

#505369 Text Font Color

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

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


#505369 Background Color

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

This div background color is #505369


#505369 Border Color

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

This div border color is #505369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505369


Comments

No comments written yet.

Please login to write comment.