Color Hex Logo

#505867 Color Hex

#505867
(80,88,103)
0 Favorites   0 Comments

Color spaces of #505867

RGB 8088103
HSL0.610.130.36
HSV219°22°40°
CMYK 0.220.150.00   0.60
XYZ9.24629.664214.2100
Yxy9.66420.27920.2918
Hunter Lab31.0873-1.3121-5.3403
CIE-Lab37.23290.5040-9.6667

#505867 color RGB value is (80,88,103).

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

The process color (four color CMYK) of #505867 color hex is 0.22, 0.15, 0.00, 0.60. Web safe color of #505867 is #666666. Color #505867 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011000 01100111
Octal 120 130 147
Decimal 80 88 103
Hex 50 58 67

RGB Percentages of Color #505867

%29.52
%32.47
%38.01

CMYK Percentages of Color #505867

%22
%15
%0
%60

Triadic Colors of #505867

#505867 #675058 #586750

Analogous Colors of #505867

#505867 #545067 #506467

Monochromatic Colors of #505867

#505867

Complementary Color

#505867 #675f50

#505867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505867 Color CSS Codes

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

#505867 Text Font Color

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

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


#505867 Background Color

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

This div background color is #505867


#505867 Border Color

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

This div border color is #505867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505867


Comments

No comments written yet.

Please login to write comment.