#50535C

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

Shades of Bright Grey #50535C

Tints of Bright Grey #50535C

Color information

#50535C (or 0x50535C) is unknown color: approx Bright Grey. HEX triplet: 50, 53 and 5C. RGB value is (80,83,92). Sum of RGB (Red+Green+Blue) = 80+83+92=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #50535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50535C is #AFACA3. Grayscale: #535353. Windows color (decimal): -11512996 or 6050640. OLE color: 6050640.

HSL color Cylindrical-coordinate representation of color #50535C: hue angle of 225º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #50535C is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB808392-
CMYK0.130.1000.64
HSL225º6.98%33.73%-
HSV(B)225º13.04%36.08%-
XYZ8.338.6611.36-
YUV83.13133.01125.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=31.37%
G=32.55%
B=36.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8083920.130.1000.642256.9833.73
Hex50535CDA040e1722
Octal12012313415120100341742
Binary101000010100111011100110110100100000011100001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50535C; }

 p { color: rgb(80,83,92); }

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

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

 a { background-color: rgb(80,83,92); }

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

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

 span { border-color: rgb(80,83,92); }

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