#50535A

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

Shades of Bright Grey #50535A

Tints of Bright Grey #50535A

Color information

#50535A (or 0x50535A) is unknown color: approx Bright Grey. HEX triplet: 50, 53 and 5A. RGB value is (80,83,90). Sum of RGB (Red+Green+Blue) = 80+83+90=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 90 - color contains mainly: blue. Hex color #50535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50535A is #AFACA5. Grayscale: #525252. Windows color (decimal): -11512998 or 5919568. OLE color: 5919568.

HSL color Cylindrical-coordinate representation of color #50535A: hue angle of 222º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50535A is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB808390-
CMYK0.110.0800.65
HSL222º5.88%33.33%-
HSV(B)222º11.11%35.29%-
XYZ8.258.6310.9-
YUV82.9132.01125.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=31.62%
G=32.81%
B=35.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8083900.110.0800.652225.8833.33
Hex50535AB8041de621
Octal12012313213100101336641
Binary101000010100111011010101110000100000111011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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