Color Hex Logo

#505258 Color Hex

#505258
(80,82,88)
0 Favorites   0 Comments

Color spaces of #505258

RGB 808288
HSL0.630.050.33
HSV225°35°
CMYK 0.090.070.00   0.65
XYZ8.08708.444610.4363
Yxy8.44460.29990.3131
Hunter Lab29.0596-1.1795-0.9514
CIE-Lab34.89220.5512-3.7839

#505258 color RGB value is (80,82,88).

#505258 hex color red value is 80, green value is 82 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #505258 hue: 0.63 , saturation: 0.05 and the lightness value of 505258 is 0.33.

The process color (four color CMYK) of #505258 color hex is 0.09, 0.07, 0.00, 0.65. Web safe color of #505258 is #666666. Color #505258 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 01011000
Octal 120 122 130
Decimal 80 82 88
Hex 50 52 58

RGB Percentages of Color #505258

%32.00
%32.80
%35.20

CMYK Percentages of Color #505258

%9
%7
%0
%65

Triadic Colors of #505258

#505258 #585052 #525850

Analogous Colors of #505258

#505258 #525058 #505658

Monochromatic Colors of #505258

#505258

Complementary Color

#505258 #585650

#505258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505258 Color CSS Codes

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

#505258 Text Font Color

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

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


#505258 Background Color

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

This div background color is #505258


#505258 Border Color

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

This div border color is #505258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505258


Comments

No comments written yet.

Please login to write comment.