Color Hex Logo

#505869 Color Hex

#505869
(80,88,105)
0 Favorites   0 Comments

Color spaces of #505869

RGB 8088105
HSL0.610.140.36
HSV221°24°41°
CMYK 0.240.160.00   0.59
XYZ9.34789.704814.7451
Yxy9.70480.27660.2871
Hunter Lab31.1525-0.9552-6.2563
CIE-Lab37.30731.0224-10.7961

#505869 color RGB value is (80,88,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011000 01101001
Octal 120 130 151
Decimal 80 88 105
Hex 50 58 69

RGB Percentages of Color #505869

%29.30
%32.23
%38.46

CMYK Percentages of Color #505869

%24
%16
%0
%59

Triadic Colors of #505869

#505869 #695058 #586950

Analogous Colors of #505869

#505869 #555069 #506569

Monochromatic Colors of #505869

#505869

Complementary Color

#505869 #696150

#505869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505869 Color CSS Codes

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

#505869 Text Font Color

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

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


#505869 Background Color

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

This div background color is #505869


#505869 Border Color

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

This div border color is #505869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505869


Comments

No comments written yet.

Please login to write comment.