#50525A

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

Shades of Bright Grey #50525A

Tints of Bright Grey #50525A

Color information

#50525A (or 0x50525A) is unknown color: approx Bright Grey. HEX triplet: 50, 52 and 5A. RGB value is (80,82,90). Sum of RGB (Red+Green+Blue) = 80+82+90=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 90 - color contains mainly: blue. Hex color #50525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50525A is #AFADA5. Grayscale: #525252. Windows color (decimal): -11513254 or 5919312. OLE color: 5919312.

HSL color Cylindrical-coordinate representation of color #50525A: hue angle of 228º 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 #50525A is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB808290-
CMYK0.110.0900.65
HSL228º5.88%33.33%-
HSV(B)228º11.11%35.29%-
XYZ8.178.4810.88-
YUV82.31132.34126.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=31.75%
G=32.54%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8082900.110.0900.652285.8833.33
Hex50525AB9041e4621
Octal12012213213110101344641
Binary101000010100101011010101110010100000111100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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