Html Css Color HEX #50525B Bright Grey

📋 copy color: '#50525B'

red 80 ◦ green 82 ◦ blue 91

#50525B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #50525B

Tints of Bright Grey #50525B

RGB

 RED value IS 80 (31.64% from 255) = 31.62%

 GREEN value IS 82 (32.42% from 255) = 32.41%

 BLUE value IS 91 (35.94% from 255) = 35.97%

R = 31.62%
G = 32.41%
B = 35.97%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50525B (or 0x50525B) is known color: Bright Grey. HEX triplet: 50, 52 and 5B. RGB value is (80,82,91). Sum of RGB (Red+Green+Blue) = 80+82+91=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: blue. Hex color #50525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50525B is #AFADA4. Grayscale: #525252. Windows color (decimal): -11513253 or 5984848. OLE color: 5984848.

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

Color convert

RGB 80 82 91 -
CMYK 0.12 0.10 0 0.64
HSL 229.09º 0.06% 0.34% -
HSV(B) 229.09º 0.12% 0.36% -
XYZ 8.21 8.5 11.1 -
YUV 82.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 80 82 91 0.12 0.10 0 0.64 229.09 0.06 0.34
Hex 50 52 5B C A 0 40 E5 6 22
Octal 120 122 133 14 12 0 100 345 6 42
Binary 1010000 1010010 1011011 1100 1010 0 1000000 11100101 110 100010

Color Harmonies of #50525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50525B

Black with #50525B

Text Example


Text Example

White with #50525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50525B;
 }
 .AnyTagClassName
 {
   color: #50525B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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