Color Hex Logo

#505066 Color Hex

#505066
(80,80,102)
0 Favorites   0 Comments

Color spaces of #505066

RGB 8080102
HSL0.670.120.36
HSV240°22°40°
CMYK 0.220.220.00   0.60
XYZ8.57528.402113.7402
Yxy8.40210.27920.2735
Hunter Lab28.98642.0805-7.8143
CIE-Lab34.80675.2590-12.7193

#505066 color RGB value is (80,80,102).

#505066 hex color red value is 80, green value is 80 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #505066 hue: 0.67 , saturation: 0.12 and the lightness value of 505066 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010000 01100110
Octal 120 120 146
Decimal 80 80 102
Hex 50 50 66

RGB Percentages of Color #505066

%30.53
%30.53
%38.93

CMYK Percentages of Color #505066

%22
%22
%0
%60

Triadic Colors of #505066

#505066 #665050 #506650

Analogous Colors of #505066

#505066 #5b5066 #505b66

Monochromatic Colors of #505066

#505066

Complementary Color

#505066 #666650

#505066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505066 Color CSS Codes

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

#505066 Text Font Color

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

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


#505066 Background Color

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

This div background color is #505066


#505066 Border Color

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

This div border color is #505066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505066

#505066 Color Palettes


Comments

No comments written yet.

Please login to write comment.