Color Hex Logo

#505b70 Color Hex

#505B70
(80,91,112)
0 Favorites   0 Comments

Color spaces of #505b70

RGB 8091112
HSL0.610.170.38
HSV219°29°44°
CMYK 0.290.190.00   0.56
XYZ9.974010.357516.8027
Yxy10.35750.26860.2789
Hunter Lab32.1831-1.0006-8.4270
CIE-Lab38.47661.0252-13.3510

#505b70 color RGB value is (80,91,112).

#505b70 hex color red value is 80, green value is 91 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #505b70 hue: 0.61 , saturation: 0.17 and the lightness value of 505b70 is 0.38.

The process color (four color CMYK) of #505b70 color hex is 0.29, 0.19, 0.00, 0.56. Web safe color of #505b70 is #666666. Color #505b70 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011011 01110000
Octal 120 133 160
Decimal 80 91 112
Hex 50 5B 70

RGB Percentages of Color #505b70

%28.27
%32.16
%39.58

CMYK Percentages of Color #505b70

%29
%19
%0
%56

Triadic Colors of #505b70

#505b70 #70505b #5b7050

Analogous Colors of #505b70

#505b70 #555070 #506b70

Monochromatic Colors of #505b70

#505b70

Complementary Color

#505b70 #706550

#505b70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505b70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505b70 Color CSS Codes

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

#505b70 Text Font Color

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

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


#505b70 Background Color

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

This div background color is #505b70


#505b70 Border Color

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

This div border color is #505b70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505b70


Comments

No comments written yet.

Please login to write comment.