#505156

Color #505156 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #505156

Tints of Bright Grey #505156

Color information

#505156 (or 0x505156) is unknown color: approx Bright Grey. HEX triplet: 50, 51 and 56. RGB value is (80,81,86). Sum of RGB (Red+Green+Blue) = 80+81+86=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 86 - color contains mainly: blue. Hex color #505156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505156 is #AFAEA9. Grayscale: #515151. Windows color (decimal): -11513514 or 5656912. OLE color: 5656912.

HSL color Cylindrical-coordinate representation of color #505156: hue angle of 230º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #505156 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB808186-
CMYK0.070.0600.66
HSL230º3.61%32.55%-
HSV(B)230º6.98%33.73%-
XYZ7.938.269.98-
YUV81.27130.67127.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=32.39%
G=32.79%
B=34.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8081860.070.0600.662303.6132.55
Hex50515676042e6421
Octal120121126760102346441
Binary1010000101000110101101111100100001011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505156; }

 p { color: rgb(80,81,86); }

 H1.HeaderClassName
 {
   color: #505156;
 }
 .AnyTagClassName
 {
   color: #505156;
 }
</style>
background-color css

<style>
 a { background-color: #505156; }

 a { background-color: rgb(80,81,86); }

 div.DivClassName
 {
   background-color: #505156;
 }
 .BgClassName
 {
   background-color: #505156;
 }
</style>
border-color css

<style>
 span { border-color: #505156; }

 span { border-color: rgb(80,81,86); }

 td.TdClassName
 {
   border-color: #505156;
 }
 .TagClassName
 {
   border-color: #505156;
 }
</style>