Html Css Color HEX #50535C Bright Grey

📋 copy color: '#50535C'

red 80 ◦ green 83 ◦ blue 92

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

Shades of Bright Grey #50535C

Tints of Bright Grey #50535C

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 value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50535C (or 0x50535C) is known color: 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

RGB 80 83 92 -
CMYK 0.13 0.10 0 0.64
HSL 225º 0.07% 0.34% -
HSV(B) 225º 0.13% 0.36% -
XYZ 8.33 8.66 11.36 -
YUV 83.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 80 83 92 0.13 0.10 0 0.64 225 0.07 0.34
Hex 50 53 5C D A 0 40 E1 7 22
Octal 120 123 134 15 12 0 100 341 7 42
Binary 1010000 1010011 1011100 1101 1010 0 1000000 11100001 111 100010

Color Harmonies of #50535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50535C

Black with #50535C

Text Example


Text Example

White with #50535C

Text Example


Text Example

HTML Codes & Css Web 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>