Html Css Color HEX #50535A Bright Grey

📋 copy color: '#50535A'

red 80 ◦ green 83 ◦ blue 90

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

Shades of Bright Grey #50535A

Tints of Bright Grey #50535A

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

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 80 83 90 -
CMYK 0.11 0.08 0 0.65
HSL 222º 0.06% 0.33% -
HSV(B) 222º 0.11% 0.35% -
XYZ 8.25 8.63 10.9 -
YUV 82.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 80 83 90 0.11 0.08 0 0.65 222 0.06 0.33
Hex 50 53 5A B 8 0 41 DE 6 21
Octal 120 123 132 13 10 0 101 336 6 41
Binary 1010000 1010011 1011010 1011 1000 0 1000001 11011110 110 100001

Color Harmonies of #50535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50535A

Black with #50535A

Text Example


Text Example

White with #50535A

Text Example


Text Example

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