Html Css Color HEX #50545A Bright Grey

📋 copy color: '#50545A'

red 80 ◦ green 84 ◦ blue 90

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

Shades of Bright Grey #50545A

Tints of Bright Grey #50545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 31.5%
G = 33.07%
B = 35.43%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50545A (or 0x50545A) is known color: Bright Grey. HEX triplet: 50, 54 and 5A. RGB value is (80,84,90). Sum of RGB (Red+Green+Blue) = 80+84+90=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 90 - color contains mainly: blue. Hex color #50545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50545A is #AFABA5. Grayscale: #535353. Windows color (decimal): -11512742 or 5919824. OLE color: 5919824.

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

Color convert

RGB 80 84 90 -
CMYK 0.11 0.07 0 0.65
HSL 216º 0.06% 0.33% -
HSV(B) 216º 0.11% 0.35% -
XYZ 8.32 8.78 10.93 -
YUV 83.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 80 84 90 0.11 0.07 0 0.65 216 0.06 0.33
Hex 50 54 5A B 7 0 41 D8 6 21
Octal 120 124 132 13 7 0 101 330 6 41
Binary 1010000 1010100 1011010 1011 111 0 1000001 11011000 110 100001

Color Harmonies of #50545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50545A

Black with #50545A

Text Example


Text Example

White with #50545A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50545A;
 }
 .AnyTagClassName
 {
   color: #50545A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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